C# Class Ext.Net.ConfigScriptBuilder

Inheritance: BaseScriptBuilder
Show file Open project: pgodwin/Ext.net Class Usage Examples

Protected Methods

Method Description
CheckIcon ( XControl control, List icons ) : void
CheckResources ( XControl control ) : void

Private Methods

Method Description
Build ( ) : string
Build ( LazyMode mode ) : string
Build ( bool selfRendering ) : string
ConfigScriptBuilder ( XControl control ) : System
Create ( XControl control ) : ConfigScriptBuilder

Method Details

CheckIcon() protected method

protected CheckIcon ( XControl control, List icons ) : void
control XControl
icons List
return void

CheckResources() protected method

protected CheckResources ( XControl control ) : void
control XControl
return void