Panel
This example shows how to set the width of Panel to a percentage of its parent container.
<div class="easyui-panel" title="Fluid Panel" style="width:100%;height:200px;padding:10px;"> <p> The panel has a width of 100%. <p> </div>