C# Class FourRoads.TelligentCommunity.CustomEditor.EditorWrapper

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Méthode Description
IScriptableTextEditor ( ) : string
RenderEditor ( ) : string

Method Details

ApplyConfigurationOption() public méthode

public ApplyConfigurationOption ( string name, string value ) : void
name string
value string
Résultat void

GetAttachOnChangeScript() public méthode

public GetAttachOnChangeScript ( string function ) : string
function string
Résultat string

GetBookmarkScript() public méthode

public GetBookmarkScript ( ) : string
Résultat string

GetContentInsertScript() public méthode

public GetContentInsertScript ( string contentVariableName ) : string
contentVariableName string
Résultat string

GetContentScript() public méthode

public GetContentScript ( ) : string
Résultat string

GetContentUpdateScript() public méthode

public GetContentUpdateScript ( string contentVariableName ) : string
contentVariableName string
Résultat string

GetFocusScript() public méthode

public GetFocusScript ( ) : string
Résultat string

IsSupported() public méthode

public IsSupported ( System.Web.HttpBrowserCapabilities browser ) : bool
browser System.Web.HttpBrowserCapabilities
Résultat bool

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void