easyui-dialog对话框练习
Posted wangguoning
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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>
以上是关于easyui-dialog对话框练习的主要内容,如果未能解决你的问题,请参考以下文章