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

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: ayende/Subtext

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
EditNewEntry ( ) : void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
richTextEditor_Error ( object sender, RichTextEditorErrorEventArgs e ) : void

Private Methods

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

public EditNewEntry ( ) : void
Résultat void

OnInit() protected méthode

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

OnLoad() protected méthode

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

richTextEditor_Error() protected méthode

protected richTextEditor_Error ( object sender, RichTextEditorErrorEventArgs e ) : void
sender object
e Subtext.Web.Controls.RichTextEditorErrorEventArgs
Résultat void