C# Class Ext.Net.BaseScriptBuilder

显示文件 Open project: pgodwin/Ext.net Class Usage Examples

Protected Properties

Property Type Description
scriptsResources string>.InsertOrderedDictionary
stylesResources string>.InsertOrderedDictionary

Private Properties

Property Type Description
BaseScriptBuilder System
Build string
Build string
Combine string
ExcludeControl bool
FindControls List
GetIsExcluded bool
GetWebResourceUrl string
RegisterHtml void
RenderControl string

Protected Methods

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

Private Methods

Method Description
BaseScriptBuilder ( XControl control ) : System
Build ( ) : string
Build ( bool selfRendering ) : string
Combine ( string key ) : string
ExcludeControl ( Control parent, Control control ) : bool
FindControls ( Control seed, bool searchOnly, StringBuilder sb, List icons ) : List
GetIsExcluded ( string key ) : bool
GetWebResourceUrl ( Type type, string resourceName ) : string
RegisterHtml ( StringBuilder sb, Page pageHolder ) : void
RenderControl ( Control control, Page pageHolder ) : string

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

RegisterResources() protected method

protected RegisterResources ( string script ) : string
script string
return string

Property Details

scriptsResources protected_oe property

protected InsertOrderedDictionary scriptsResources
return string>.InsertOrderedDictionary

stylesResources protected_oe property

protected InsertOrderedDictionary stylesResources
return string>.InsertOrderedDictionary