$('#box').panel({
width:500,
heigth:150,
title:'面板',
closable:true,
iconCls:'icon-edit',
left:300,
top:300,
cls:'a',
headerCls:'b',
bodyCls:'c',
style:{
'min-height':'300px'
},
//fit:true,
border:true,
doSize:true,
//noheader:true,
content:'修改内容',
collapsible:true,
minimizable:true,
maximizable:true,
tools:'#tt',
tools:[{
iconCls:'icon-help',
handler:function(){
alert('help!');
},},
{
iconCls:'icon-add',
handler:function(){
alert('add!');
},}
],
//collapsed:true,
//minimized:true,
//maximized:true,
//closed:true,
href:'http://www.baidu.com',
cache:false,
loadingMessage:'加载中。。。',
onOpen:function(){
alert('打开面板');
},
onClose:function(){
alert('关闭面板');
},
});
$('#box').panel('maximize');
});
easyui-panel
最新推荐文章于 2019-06-11 22:00:40 发布