Class TextEditor
Assembly: DotNetNuke.dll
Syntax
[ValidationProperty("Text")]
public class TextEditor : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
TextEditor()
Declaration
Fields
DivBasicRender
Declaration
protected HtmlGenericControl DivBasicRender
Field Value
DivBasicTextBox
Declaration
protected HtmlGenericControl DivBasicTextBox
Field Value
DivRichTextBox
Declaration
protected HtmlGenericControl DivRichTextBox
Field Value
OptRender
Declaration
protected RadioButtonList OptRender
Field Value
OptView
Declaration
protected RadioButtonList OptView
Field Value
PanelTextEditor
Declaration
protected Panel PanelTextEditor
Field Value
PanelView
Declaration
protected Panel PanelView
Field Value
PlcEditor
Declaration
protected PlaceHolder PlcEditor
Field Value
TxtDesktopHTML
Declaration
protected TextBox TxtDesktopHTML
Field Value
Properties
BasicTextEditor
Declaration
public TextBox BasicTextEditor { get; }
Property Value
ChooseMode
Declaration
public bool ChooseMode { get; set; }
Property Value
ChooseRender
Declaration
public bool ChooseRender { get; set; }
Property Value
DefaultMode
Declaration
public string DefaultMode { get; set; }
Property Value
Height
Declaration
public Unit Height { get; set; }
Property Value
HtmlEncode
Declaration
public bool HtmlEncode { get; set; }
Property Value
IsRichEditorAvailable
Declaration
public bool IsRichEditorAvailable { get; }
Property Value
LocalResourceFile
Declaration
public string LocalResourceFile { get; }
Property Value
Mode
Declaration
public string Mode { get; set; }
Property Value
OptViewClientId
Declaration
public string OptViewClientId { get; }
Property Value
RichText
Declaration
public HtmlEditorProvider RichText { get; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
TextRenderMode
Declaration
public string TextRenderMode { get; set; }
Property Value
Width
Declaration
public Unit Width { get; set; }
Property Value
Methods
ChangeMode(string)
Declaration
public void ChangeMode(string mode)
Parameters
Type |
Name |
Description |
string |
mode |
|
ChangeTextRenderMode(string)
Declaration
public void ChangeTextRenderMode(string textRenderMode)
Parameters
Type |
Name |
Description |
string |
textRenderMode |
|
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
OptRenderSelectedIndexChanged(object, EventArgs)
Declaration
protected void OptRenderSelectedIndexChanged(object sender, EventArgs e)
Parameters
OptViewSelectedIndexChanged(object, EventArgs)
Declaration
protected void OptViewSelectedIndexChanged(object sender, EventArgs e)
Parameters
Implements
Extension Methods