Class InPlaceTextEditor
public class InPlaceTextEditor : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IHasEmptyMessage
- Inheritance
-
InPlaceTextEditor
- Implements
- Inherited Members
Constructors
InPlaceTextEditor()
public InPlaceTextEditor()
Properties
CallbackData
public string CallbackData { get; set; }
Property Value
CancelButtonCssClass
public string CancelButtonCssClass { get; set; }
Property Value
CancelButtonText
public string CancelButtonText { get; set; }
Property Value
CssClass
public string CssClass { get; set; }
Property Value
EmptyMessage
public string EmptyMessage { get; set; }
Property Value
EnableTrimText
public bool EnableTrimText { get; set; }
Property Value
Enabled
public bool Enabled { get; set; }
Property Value
Height
public Unit Height { get; set; }
Property Value
InputColumns
public int InputColumns { get; set; }
Property Value
InputCssClass
public string InputCssClass { get; set; }
Property Value
InputHeight
public Unit InputHeight { get; set; }
Property Value
InputMaxLength
public int InputMaxLength { get; set; }
Property Value
InputRows
public int InputRows { get; set; }
Property Value
InputTextMode
public TextModeType InputTextMode { get; set; }
Property Value
InputWidth
public Unit InputWidth { get; set; }
Property Value
IsMarkdown
public bool IsMarkdown { get; set; }
Property Value
OnClientSave
public string OnClientSave { get; set; }
Property Value
RenderMode
public TextRenderModeType RenderMode { get; set; }
Property Value
SaveButtonCssClass
public string SaveButtonCssClass { get; set; }
Property Value
SaveButtonText
public string SaveButtonText { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Width
public Unit Width { get; set; }
Property Value
Methods
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
Render(HtmlTextWriter)
protected override void Render(HtmlTextWriter writer)
Parameters
writerHtmlTextWriter