Property | Type | Description | |
---|---|---|---|
OnPreRender | void |
Method | Description | |
---|---|---|
CreateJavascriptFunction ( ) : void |
Creates a JavaScript function. This method can be implemented by descendants and it must call the RegisterClientScriptFunction(string innerCode) function. Overriding this method is only needed, when special javascript is needed, that goes behond the standard protected virtual boolean properties. |
|
RegisterClientScriptFunction ( string innerCode ) : void |
Creates default code for the descendants and puts the specified special JavaScript code (innerCode) from the descendants inside the created function.
|
Method | Description | |
---|---|---|
OnPreRender ( |
protected CreateJavascriptFunction ( ) : void | ||
return | void |
protected RegisterClientScriptFunction ( string innerCode ) : void | ||
innerCode | string | The descendant dependent JavaScript code. |
return | void |