C# 클래스 ScrewTurn.Wiki.Editor

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

보호된 프로퍼티들

프로퍼티 타입 설명
btnBiggerMarkup global::Anthem.ImageButton
btnBiggerMarkupVisual global::Anthem.ImageButton
btnPreview global::Anthem.Button
btnSmallerMarkup global::Anthem.ImageButton
btnSmallerMarkupVisual global::Anthem.ImageButton
btnVisual global::Anthem.Button
btnWikiMarkup global::Anthem.Button
lblCustomSpecialTags global::System.Web.UI.WebControls.Literal
lblPreview global::System.Web.UI.WebControls.Literal
lblPreviewWarning global::System.Web.UI.WebControls.Label
lblSnippets global::System.Web.UI.WebControls.Label
lblStrings global::System.Web.UI.WebControls.Literal
lblToolbarInit global::System.Web.UI.WebControls.Literal
lblWYSIWYG global::Anthem.TextBox
mlvEditor global::Anthem.MultiView
txtMarkup global::Anthem.TextBox
viwPreview global::Anthem.View
viwStandard global::Anthem.View
viwVisual global::Anthem.View

공개 메소드들

메소드 설명
GetContent ( ) : string

Gets the edited content.

IsInWikiMarkup ( ) : bool

Gets a value indicating whether the editor is in WikiMarkup mode.

SetContent ( string content, bool useVisual ) : void

Sets the edited content.

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnPreview_Click ( object sender, EventArgs e ) : void
btnVisual_Click ( object sender, EventArgs e ) : void
btnWikiMarkup_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
GetParametersPlaceHolders ( string parameters, bool isSnippetPositional ) : string

Gets the placeholder for snippet parameters.

InitToolbar ( ) : void
IsSnippetPositional ( string parameters ) : bool

Determines whether the parameters of a snippet are positional or not.

LoadSnippets ( ) : void

Loads and prints the snippets.

PrintCustomSpecialTags ( ) : void

Prints the custom special tags.

SelectTab ( int index ) : void

Selects the active tab.

메소드 상세

GetContent() 공개 메소드

Gets the edited content.
public GetContent ( ) : string
리턴 string

IsInWikiMarkup() 공개 메소드

Gets a value indicating whether the editor is in WikiMarkup mode.
public IsInWikiMarkup ( ) : bool
리턴 bool

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SetContent() 공개 메소드

Sets the edited content.
public SetContent ( string content, bool useVisual ) : void
content string The content.
useVisual bool true if the visual editor must be used, false otherwise.
리턴 void

btnPreview_Click() 보호된 메소드

protected btnPreview_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnVisual_Click() 보호된 메소드

protected btnVisual_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnWikiMarkup_Click() 보호된 메소드

protected btnWikiMarkup_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

btnBiggerMarkup 보호되어 있는 프로퍼티

btnBiggerMarkup control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.ImageButton btnBiggerMarkup
리턴 global::Anthem.ImageButton

btnBiggerMarkupVisual 보호되어 있는 프로퍼티

btnBiggerMarkupVisual control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.ImageButton btnBiggerMarkupVisual
리턴 global::Anthem.ImageButton

btnPreview 보호되어 있는 프로퍼티

btnPreview control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnPreview
리턴 global::Anthem.Button

btnSmallerMarkup 보호되어 있는 프로퍼티

btnSmallerMarkup control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.ImageButton btnSmallerMarkup
리턴 global::Anthem.ImageButton

btnSmallerMarkupVisual 보호되어 있는 프로퍼티

btnSmallerMarkupVisual control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.ImageButton btnSmallerMarkupVisual
리턴 global::Anthem.ImageButton

btnVisual 보호되어 있는 프로퍼티

btnVisual control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnVisual
리턴 global::Anthem.Button

btnWikiMarkup 보호되어 있는 프로퍼티

btnWikiMarkup control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnWikiMarkup
리턴 global::Anthem.Button

lblCustomSpecialTags 보호되어 있는 프로퍼티

lblCustomSpecialTags control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblCustomSpecialTags
리턴 global::System.Web.UI.WebControls.Literal

lblPreview 보호되어 있는 프로퍼티

lblPreview control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPreview
리턴 global::System.Web.UI.WebControls.Literal

lblPreviewWarning 보호되어 있는 프로퍼티

lblPreviewWarning control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblPreviewWarning
리턴 global::System.Web.UI.WebControls.Label

lblSnippets 보호되어 있는 프로퍼티

lblSnippets control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSnippets
리턴 global::System.Web.UI.WebControls.Label

lblStrings 보호되어 있는 프로퍼티

lblStrings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblStrings
리턴 global::System.Web.UI.WebControls.Literal

lblToolbarInit 보호되어 있는 프로퍼티

lblToolbarInit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblToolbarInit
리턴 global::System.Web.UI.WebControls.Literal

lblWYSIWYG 보호되어 있는 프로퍼티

lblWYSIWYG control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox lblWYSIWYG
리턴 global::Anthem.TextBox

mlvEditor 보호되어 있는 프로퍼티

mlvEditor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.MultiView mlvEditor
리턴 global::Anthem.MultiView

txtMarkup 보호되어 있는 프로퍼티

txtMarkup control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox txtMarkup
리턴 global::Anthem.TextBox

viwPreview 보호되어 있는 프로퍼티

viwPreview control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.View viwPreview
리턴 global::Anthem.View

viwStandard 보호되어 있는 프로퍼티

viwStandard control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.View viwStandard
리턴 global::Anthem.View

viwVisual 보호되어 있는 프로퍼티

viwVisual control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.View viwVisual
리턴 global::Anthem.View