文档介绍:-,interactive,'tneedtowritemanyjavascriptcode,youusuallydefinesuser-:螁使用HTML的原生标签来声明控件:肈<divclass="easyui-dialog"style="width:400px;height:200px"蒇 data-options="title:'MyDialog',collapsible:true,iconCls:'icon-ok',onOpen:function(){}">莄 </div>螇用JS脚本来创建控件:薆<inputid="cc"style="width:200px"/>薁$('#cc').combobox({羁 url:...,薆 required:true,蚆 valueField:'id',羂 textField:'text'荿});-,通过改写每个控件的LOADER方法,实现DWR方法的调用。莈代码路径:WebContent/public/jquery/easyui/,首先必须通过JQUERY语法获取对象,然后再调用对应控件的方法,例子如下:薈jQ('#schemaImportViewList').datagrid('loadData',data);膇jQ('#schemaImportList').datagrid('options')袆jQ('#schemeImportReload').window('open');袀格式:(方法名,参数[可选])芀EASYUI扩展羅在easyui的基础上,补充一些默认属性、静态数据等扩展,以后可在此JS补充羆代码路径:WebContent/public/jquery/easyui/(数据列表)螈例子展示羈通过TABLE元素进行渲染,CLASS为“easyui-datagrid”,TH标签定义数据列表的表头肆<tableclass="easyui-datagrid"style="width:400px;height:250px"蚂data