easyui-dialog对话框练习

<div id="dl1" class="easyui-dialog" title="窗口"
style="width:400px;height:200px;"data-options="
toolbar:[{text:'添加',iconCls:'icon-add',handler:function(){alert('点击了添加按钮')}},
{text:'保存',iconCls:'icon-save'}],
buttons:[{text:'确定'},
{text:'取消',handler:function(){$('#dl1').dialog('close')}}]
">
这是对话窗口

</div>

 

 

posted @ 2016-11-29 09:10  wangguoning  阅读(661)  评论(0编辑  收藏  举报