Class HtmlEditorProvider
Inheritance
System.Object
HtmlEditorProvider
Assembly: DotNetNuke.dll
Syntax
public abstract class HtmlEditorProvider : UserControlBase
Properties
|
Improve this Doc
View Source
Declaration
public abstract ArrayList AdditionalToolbars { get; set; }
Property Value
Type |
Description |
ArrayList |
|
|
Improve this Doc
View Source
ControlID
Declaration
public abstract string ControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Height
Declaration
public abstract Unit Height { get; set; }
Property Value
|
Improve this Doc
View Source
HtmlEditorControl
Declaration
public abstract Control HtmlEditorControl { get; }
Property Value
|
Improve this Doc
View Source
RootImageDirectory
Declaration
public abstract string RootImageDirectory { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Text
Declaration
public abstract string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Width
Declaration
public abstract Unit Width { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public abstract void AddToolbar()
|
Improve this Doc
View Source
Initialize()
Declaration
public abstract void Initialize()
|
Improve this Doc
View Source
Instance()
Declaration
public static HtmlEditorProvider Instance()
Returns
Extension Methods