Property | Type | Description | |
---|---|---|---|
_hash_oNamedChildControls | Dictionary | ||
_hash_oNamedChildElements | Dictionary |
Property | Type | Description | |
---|---|---|---|
AutoFillMemberFields | void | ||
CaptureMouse | void | ||
CaptureMouse | void | ||
CombinePaths | string | ||
FindTemplate | string | ||
FromRootElement | |||
GenerateNewAutoCssClass | string | ||
GenerateNewAutoId | string | ||
GenerateNewInstanceId | string | ||
GetLocalId | string | ||
InitDocumentDetection | void | ||
InitDocumentMouseTracking | void | ||
MakeJQueryPosition | jQueryApi.jQueryPosition | ||
NotifyAddedToDocument | void | ||
NotifyPresented | void | ||
NotifyRemovedFromDocument | void | ||
OnIntervalCheckParent | void | ||
OnMouseDownDocument | void | ||
OnMouseMoveDocument | void | ||
OnMouseUpDocument | void | ||
ProcessCss | void | ||
ResolveTypeName | string | ||
StaticConstructor | void | ||
TemplateControl | System | ||
TemplateControl | System | ||
TryFromRootElement |
Method | Description | |
---|---|---|
NotifyLayoutUpdated ( ) : void | ||
TemplateControl ( object oTemplate ) : System |
Method | Description | |
---|---|---|
GetControl ( string strId ) : |
||
GetElement ( string strId ) : jQueryObject | ||
GetGroup ( string formFieldGroupname ) : jQueryObject | ||
ProcessChildContent ( jQueryObject jqChildContent ) : void |
If this control instance had content placed inside its declaration, this method is called with said content.
|
|
TryGetElement ( string strId ) : jQueryObject |
Method | Description | |
---|---|---|
AutoFillMemberFields ( ) : void | ||
CaptureMouse ( jQueryApi.jQueryEvent mouseEvent, MouseCaptureHandler h ) : void | ||
CaptureMouse ( jQueryApi.jQueryEvent mouseEvent, MouseCaptureHandler h, string cssMouseCursor ) : void | ||
CombinePaths ( string p1, string p2 ) : string | ||
FindTemplate ( |
For the given template control, retrieve its html template.
|
|
FromRootElement ( object elem ) : |
Helper method. Retrieves the TemplateControl instance from its jQuery root element.
|
|
GenerateNewAutoCssClass ( ) : string | ||
GenerateNewAutoId ( ) : string | ||
GenerateNewInstanceId ( ) : string | ||
GetLocalId ( jQueryObject jqElement ) : string | ||
InitDocumentDetection ( ) : void | ||
InitDocumentMouseTracking ( ) : void | ||
MakeJQueryPosition ( double left, double top ) : jQueryApi.jQueryPosition | ||
NotifyAddedToDocument ( ) : void | ||
NotifyPresented ( ) : void | ||
NotifyRemovedFromDocument ( ) : void | ||
OnIntervalCheckParent ( ) : void | ||
OnMouseDownDocument ( jQueryApi.jQueryEvent e ) : void | ||
OnMouseMoveDocument ( jQueryApi.jQueryEvent e ) : void | ||
OnMouseUpDocument ( jQueryApi.jQueryEvent e ) : void | ||
ProcessCss ( |
||
ResolveTypeName ( string strShortName, string startingNamespace ) : string | ||
StaticConstructor ( ) : void | Proper static construct declaration conflicting with extern instance constructor. This is workaround. | |
TemplateControl ( ) : System | ||
TemplateControl ( string strTemplate ) : System | ||
TryFromRootElement ( object elem ) : |
protected GetControl ( string strId ) : |
||
strId | string | |
return |
protected GetElement ( string strId ) : jQueryObject | ||
strId | string | |
return | jQueryObject |
protected GetGroup ( string formFieldGroupname ) : jQueryObject | ||
formFieldGroupname | string | |
return | jQueryObject |
protected ProcessChildContent ( jQueryObject jqChildContent ) : void | ||
jqChildContent | jQueryObject | |
return | void |
public TemplateControl ( object oTemplate ) : System | ||
oTemplate | object | |
return | System |
protected TryGetElement ( string strId ) : jQueryObject | ||
strId | string | |
return | jQueryObject |
protected Dictionary _hash_oNamedChildControls | ||
return | Dictionary |