The panel footer is displayed at the bottom of the panel and can consist of any other components.
<div class="easyui-panel" title="Panel Footer" style="width:700px;height:200px;" data-options="footer:'#footer'">
</div>
<div id="footer" style="padding:5px;">
Footer Content.
</div>