Table of Contents

Class InPlaceTextEditor

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
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

string

CancelButtonCssClass

public string CancelButtonCssClass { get; set; }

Property Value

string

CancelButtonText

public string CancelButtonText { get; set; }

Property Value

string

CssClass

public string CssClass { get; set; }

Property Value

string

EmptyMessage

public string EmptyMessage { get; set; }

Property Value

string

EnableTrimText

public bool EnableTrimText { get; set; }

Property Value

bool

Enabled

public bool Enabled { get; set; }

Property Value

bool

Height

public Unit Height { get; set; }

Property Value

Unit

InputColumns

public int InputColumns { get; set; }

Property Value

int

InputCssClass

public string InputCssClass { get; set; }

Property Value

string

InputHeight

public Unit InputHeight { get; set; }

Property Value

Unit

InputMaxLength

public int InputMaxLength { get; set; }

Property Value

int

InputRows

public int InputRows { get; set; }

Property Value

int

InputTextMode

public TextModeType InputTextMode { get; set; }

Property Value

TextModeType

InputWidth

public Unit InputWidth { get; set; }

Property Value

Unit

IsMarkdown

public bool IsMarkdown { get; set; }

Property Value

bool

OnClientSave

public string OnClientSave { get; set; }

Property Value

string

RenderMode

public TextRenderModeType RenderMode { get; set; }

Property Value

TextRenderModeType

SaveButtonCssClass

public string SaveButtonCssClass { get; set; }

Property Value

string

SaveButtonText

public string SaveButtonText { get; set; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string

Width

public Unit Width { get; set; }

Property Value

Unit

Methods

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

Render(HtmlTextWriter)

protected override void Render(HtmlTextWriter writer)

Parameters

writer HtmlTextWriter