Parser
用法(Usage)
加载easyui的模块(Load EasyUI module)$.parser.parse(,2); // parse all the page $.parser.parse('#cc',2); // parse the specified node
属性(Properties)
Name | Type | Description Default | |
---|---|---|---|
$.parser.auto |
boolean |
如果设置为true,则自动渲染easyui组件 |
true |
事件(Events)
Name | Parameters | Description |
---|---|---|
$.parser.onComplete |
context |
当渲染结束时触发 |
方法(Methods)
Name | Parameter | Description |
---|---|---|
$.parser.parse |
context |
渲染解析easyui组件 |