Method | Description | |
---|---|---|
ApplyConfigurationOption ( string name, string value ) : void | ||
GetAttachOnChangeScript ( string function ) : string | ||
GetBookmarkScript ( ) : string | ||
GetContentInsertScript ( string contentVariableName ) : string | ||
GetContentScript ( ) : string | ||
GetContentUpdateScript ( string contentVariableName ) : string | ||
GetFocusScript ( ) : string | ||
IsSupported ( System.Web.HttpBrowserCapabilities browser ) : bool |
Method | Description | |
---|---|---|
OnInit ( |
||
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Method | Description | |
---|---|---|
IScriptableTextEditor ( ) : string | ||
RenderEditor ( ) : string |
public ApplyConfigurationOption ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public GetAttachOnChangeScript ( string function ) : string | ||
function | string | |
return | string |
public GetContentInsertScript ( string contentVariableName ) : string | ||
contentVariableName | string | |
return | string |
public GetContentUpdateScript ( string contentVariableName ) : string | ||
contentVariableName | string | |
return | string |
public IsSupported ( System.Web.HttpBrowserCapabilities browser ) : bool | ||
browser | System.Web.HttpBrowserCapabilities | |
return | bool |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |