C# Class Subtext.Web.Admin.UserControls.EntryEditor

Inheritance: System.Web.UI.UserControl
Exibir arquivo Open project: ayende/Subtext

Private Properties

Property Type Description
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

Public Methods

Method Description
EditNewEntry ( ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
richTextEditor_Error ( object sender, RichTextEditorErrorEventArgs e ) : void

Private Methods

Method Description
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

Method Details

EditNewEntry() public method

public EditNewEntry ( ) : void
return void

OnInit() protected method

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

OnLoad() protected method

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

richTextEditor_Error() protected method

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