C# Class FourRoads.TelligentCommunity.CustomEditor.EditorWrapper

Inheritance: System.Web.UI.HtmlControls.HtmlTextArea, ITextControl, ITextEditor, IScriptableTextEditor
Mostrar archivo Open project: 4-Roads/FourRoads.TelligentCommunity

Public Methods

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

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
IScriptableTextEditor ( ) : string
RenderEditor ( ) : string

Method Details

ApplyConfigurationOption() public method

public ApplyConfigurationOption ( string name, string value ) : void
name string
value string
return void

GetAttachOnChangeScript() public method

public GetAttachOnChangeScript ( string function ) : string
function string
return string

GetBookmarkScript() public method

public GetBookmarkScript ( ) : string
return string

GetContentInsertScript() public method

public GetContentInsertScript ( string contentVariableName ) : string
contentVariableName string
return string

GetContentScript() public method

public GetContentScript ( ) : string
return string

GetContentUpdateScript() public method

public GetContentUpdateScript ( string contentVariableName ) : string
contentVariableName string
return string

GetFocusScript() public method

public GetFocusScript ( ) : string
return string

IsSupported() public method

public IsSupported ( System.Web.HttpBrowserCapabilities browser ) : bool
browser System.Web.HttpBrowserCapabilities
return bool

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void