码迷,mamicode.com
首页 > 其他好文 > 详细

2.4 easyui - panel的使用

时间:2014-08-06 18:55:11      阅读:275      评论:0      收藏:0      [点我收藏+]

标签: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‘方法移动面板到新的位置。

  1. $(‘#p‘).panel(‘move‘,{   
  2.   left:100,   
  3.   top:100   
  4. });   

2.4 easyui - panel的使用,布布扣,bubuko.com

2.4 easyui - panel的使用

标签:des   style   使用   os   io   div   type   ad   

原文地址:http://www.cnblogs.com/widow/p/3895206.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!