Parser

Usage

  1. $.parser.parse();       // parse all the page  
  2. $.parser.parse('#cc');  // parse the specified node  

Properties

Name Type Description Default
$.parser.auto boolean Defines if to auto parse the easyui component. true

Events

Name Parameters Description
$.parser.onComplete context Fires when parser finishing its parse action.

Methods

Name Parameter Description
$.parser.parse context Parse the easyui component.