标签:des style 使用 os io div type ad
<div id="p" class="easyui-panel" title="My Panel"
style="width:500px;height:150px;padding:10px;background:#fafafa;"
data-options="iconCls:‘icon-save‘,closable:true,
collapsible:true,minimizable:true,maximizable:true">
<p>panel content.</p>
<p>panel content.</p>
</div>
-----------------------------------------------------
‘icon-save‘ 来自icon.css
<input type="button" onclick="$(‘#p‘).panel(‘open‘);" value="显示panel" />
<input type="button" onclick="$(‘#p‘).panel(‘close‘);;" value="关闭panel" />
<input type="button" onclick="$(‘#p‘).panel(‘destory‘);;" value="销毁panel" />
调用‘move‘方法移动面板到新的位置。
2.4 easyui - panel的使用,布布扣,bubuko.com
标签:des style 使用 os io div type ad
原文地址:http://www.cnblogs.com/widow/p/3895206.html