C# 클래스 FourRoads.TelligentCommunity.CustomEditor.EditorWrapper

상속: System.Web.UI.HtmlControls.HtmlTextArea, ITextControl, ITextEditor, IScriptableTextEditor
파일 보기 프로젝트 열기: 4-Roads/FourRoads.TelligentCommunity

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

비공개 메소드들

메소드 설명
IScriptableTextEditor ( ) : string
RenderEditor ( ) : string

메소드 상세

ApplyConfigurationOption() 공개 메소드

public ApplyConfigurationOption ( string name, string value ) : void
name string
value string
리턴 void

GetAttachOnChangeScript() 공개 메소드

public GetAttachOnChangeScript ( string function ) : string
function string
리턴 string

GetBookmarkScript() 공개 메소드

public GetBookmarkScript ( ) : string
리턴 string

GetContentInsertScript() 공개 메소드

public GetContentInsertScript ( string contentVariableName ) : string
contentVariableName string
리턴 string

GetContentScript() 공개 메소드

public GetContentScript ( ) : string
리턴 string

GetContentUpdateScript() 공개 메소드

public GetContentUpdateScript ( string contentVariableName ) : string
contentVariableName string
리턴 string

GetFocusScript() 공개 메소드

public GetFocusScript ( ) : string
리턴 string

IsSupported() 공개 메소드

public IsSupported ( System.Web.HttpBrowserCapabilities browser ) : bool
browser System.Web.HttpBrowserCapabilities
리턴 bool

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

Render() 보호된 메소드

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