easyui iconcls有哪些
1、 data-options
作用:用来初始化属性。data-options是最近两个版本才加上的一个特殊属性。
通过这个,我们可以对easyui组件的实例化完全写入到html中。属性,事件,都可以直接写在data-options里面。
2、tools
作用:是用来定义工具栏,继承自panel的内容都可以使用。
扩展资料:
(1)data-options应用实例:
<div class="easyui-dialog"
style="width:400px;height:200px"
data-options="
title:'My Dialog',
collapsible:true,
iconCls:'icon-ok',
onOpen:function(){}">
dialog content.
</div>
(2)tools应用实例
$('#p').panel({
width:500,
height:150,
title: 'My Panel',
tools: [{
iconCls:'icon-add',
jQuery EasyUI是一组基于jQuery的UI插件集合体,而jQuery EasyUI的目标就是帮助web开发者更轻松的打造出功能丰富并且美观的UI界面。
开发者不需要编写复杂的javascript,也不需要对css样式有深入的了解,开发者需要了解的只有一些简单的html标签。
比如iconCls=icon-add