Class InputTinyOptions
Web control that is used to display and edit settings for a Tiny MCE editor.
Implements
Inherited Members
Namespace: EPiServer.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class InputTinyOptions : PropertySettingsControlBase, IPropertySettingsUIConstructors
InputTinyOptions()
Declaration
public InputTinyOptions()Properties
ContentCss
Gets the height of the editor.
Declaration
public TextBox ContentCss { get; }Property Value
| Type | Description | 
|---|---|
| System.Web.UI.WebControls.TextBox | The height of the editor. | 
ContentCSSClientId
Declaration
public Literal ContentCSSClientId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Web.UI.WebControls.Literal | 
DataInput
Gets the data input field.
Declaration
public HiddenField DataInput { get; }Property Value
| Type | Description | 
|---|---|
| System.Web.UI.WebControls.HiddenField | The data input. | 
EditorHeight
Gets the height of the editor.
Declaration
public TextBox EditorHeight { get; }Property Value
| Type | Description | 
|---|---|
| System.Web.UI.WebControls.TextBox | The height of the editor. | 
EditorHeightClientId
Declaration
public Literal EditorHeightClientId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Web.UI.WebControls.Literal | 
EditorWidth
Gets the width of the editor.
Declaration
public TextBox EditorWidth { get; }Property Value
| Type | Description | 
|---|---|
| System.Web.UI.WebControls.TextBox | The width of the editor. | 
EditorWidthClientId
Declaration
public Literal EditorWidthClientId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Web.UI.WebControls.Literal | 
Enabled
Declaration
public override bool Enabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
OptionsAsButtonRows
Gets the options as button rows.
Declaration
public List<ToolbarRow> OptionsAsButtonRows { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<ToolbarRow> | The options as button rows. | 
OptionsAsString
Gets the options as string.
Declaration
public string OptionsAsString { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The options as string. | 
SelectedNonVisualPlugins
Gets or sets the selected plugins.
Declaration
public IList<string> SelectedNonVisualPlugins { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<System.String> | The selected plugins. | 
Methods
CreateChildControls()
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
Declaration
protected override void CreateChildControls()LoadSettingsUI(IPropertySettings)
Loads the user interface for the property settings.
Declaration
public override void LoadSettingsUI(IPropertySettings settings)Parameters
| Type | Name | Description | 
|---|---|---|
| IPropertySettings | settings | The current settings for the property. | 
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.EventArgs | e | 
UpdateSettings(IPropertySettings)
Saves the new settings.
Declaration
public override void UpdateSettings(IPropertySettings settings)Parameters
| Type | Name | Description | 
|---|---|---|
| IPropertySettings | settings | The current settings for the property. | 
