C# Class Subtext.Extensibility.Providers.BlogEntryEditorProvider

Provider for classes that implement the rich text editor to edit text visually.
Inheritance: System.Configuration.Provider.ProviderBase
Mostra file Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
Initialize ( string name, System configValue ) : void
InitializeControl ( ) : void

Initializes the Control to be displayed

Instance ( ) : BlogEntryEditorProvider

Returns the default instance of this provider.

Protected Methods

Method Description
ParseUnit ( string s ) : System.Web.UI.WebControls.Unit

Method Details

Initialize() public method

public Initialize ( string name, System configValue ) : void
name string
configValue System
return void

InitializeControl() public abstract method

Initializes the Control to be displayed
public abstract InitializeControl ( ) : void
return void

Instance() public static method

Returns the default instance of this provider.
public static Instance ( ) : BlogEntryEditorProvider
return BlogEntryEditorProvider

ParseUnit() protected method

protected ParseUnit ( string s ) : System.Web.UI.WebControls.Unit
s string
return System.Web.UI.WebControls.Unit