插件基本特性:
* 模态窗口
* 可拖动
* 可改变大小
* 可用AJAX加载内容
* ...
基本用法:
JS code:
下载地址:http://jquery-easyui.wikidot.com/tutorial:dlg1
* 模态窗口
* 可拖动
* 可改变大小
* 可用AJAX加载内容
* ...
基本用法:
<div id="dd" style="padding:5px;width:400px;height:200px;">
Dialog Content.
</div>
Dialog Content.
</div>
JS code:
$('#dd').dialog(
title:'MDialog'
iconCls:'icon-ok'
toolbar:[
text:'Add'
iconCls:'icon-add'
handler:function()
alert('add'
},'-',
text:'Save'
iconCls:'icon-save'
handler:function()
alert('save'
}]
buttons:[
text:'Ok'
iconCls:'icon-ok'
handler:function()
alert('ok')
},
text:'Cancel'
handler:function()
$('#dd').dialog('close')
}
})
title:'MDialog'
iconCls:'icon-ok'
toolbar:[
text:'Add'
iconCls:'icon-add'
handler:function()
alert('add'
},'-',
text:'Save'
iconCls:'icon-save'
handler:function()
alert('save'
}]
buttons:[
text:'Ok'
iconCls:'icon-ok'
handler:function()
alert('ok')
},
text:'Cancel'
handler:function()
$('#dd').dialog('close')
}
})
下载地址:http://jquery-easyui.wikidot.com/tutorial:dlg1
作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:https://jackxiang.com/post/2893/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
评论列表