标签:
data-options是jQuery Easyui 最近两个版本才加上的一个特殊属性。通过这个属性,我们可以对easyui组件的实例化可以完全写入到html中,例如:
<div class="easyui-dialog" style="width:400px;height:200px" data-options="title:‘My Dialog‘,collapsible:true,iconCls:‘icon-ok‘,onOpen:function(){}"> dialog content. </div>
属性,事件,都可以直接写在data-options里面,这样就方便多了。
关于jquery-easyUI中主键属性data-options的了解
标签:
原文地址:http://www.cnblogs.com/zlhblog901010/p/4770264.html