C# 클래스 Subtext.Web.Admin.UserControls.EntryEditor

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

Private Properties

프로퍼티 타입 설명
AddCommunityCredits void
BindCategoryList void
BindPostCreate void
BindPostEdit void
EnableEnclosureValidation void
EnclosureEnabled bool
InitializeComponent void
OnCancelClick void
OnUpdateCategoriesClick void
OnUpdatePostClick void
PopulateMimeTypeDropDown void
ReplaceSelectedCategoryNames void
ReturnToOrigin void
SetCommentControls void
SetConfirmation void
SetDefaultPublishOptions void
SetEditorMode void
SetEditorText void
UpdateCategories string
UpdatePost void
ValidateEntryTypeIsNotNone void

공개 메소드들

메소드 설명
EditNewEntry ( ) : void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
richTextEditor_Error ( object sender, RichTextEditorErrorEventArgs e ) : void

비공개 메소드들

메소드 설명
AddCommunityCredits ( Entry entry ) : void
BindCategoryList ( ) : void
BindPostCreate ( ) : void
BindPostEdit ( ) : void
EnableEnclosureValidation ( bool enabled ) : void
EnclosureEnabled ( ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnCancelClick ( object sender, EventArgs e ) : void
OnUpdateCategoriesClick ( object sender, EventArgs e ) : void
OnUpdatePostClick ( object sender, EventArgs e ) : void
PopulateMimeTypeDropDown ( ) : void
ReplaceSelectedCategoryNames ( StringCollection sc ) : void
ReturnToOrigin ( string message ) : void
SetCommentControls ( ) : void
SetConfirmation ( ) : void
SetDefaultPublishOptions ( ) : void
SetEditorMode ( ) : void
SetEditorText ( string bodyValue ) : void
UpdateCategories ( ) : string
UpdatePost ( ) : void
ValidateEntryTypeIsNotNone ( PostType entryType ) : void

메소드 상세

EditNewEntry() 공개 메소드

public EditNewEntry ( ) : void
리턴 void

OnInit() 보호된 메소드

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

OnLoad() 보호된 메소드

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

richTextEditor_Error() 보호된 메소드

protected richTextEditor_Error ( object sender, RichTextEditorErrorEventArgs e ) : void
sender object
e Subtext.Web.Controls.RichTextEditorErrorEventArgs
리턴 void