Class TinyMCESettings
Used together with Editor class to store settings.
Implements
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[PropertySettingsUI(typeof(InputTinyOptions))]
[EPiServerDataTable(TableName = "tblSystemBigTable")]
public class TinyMCESettings : PropertySettingsBase, IPropertySettingsConstructors
TinyMCESettings()
Initializes a new instance of the TinyMCESettings class.
Declaration
public TinyMCESettings()Properties
ContentCss
Gets or sets the content CSS. One or more paths to css files separated by comma.
Declaration
public string ContentCss { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The content CSS. | 
Examples
"/css/editor.css, /css/template.css"
Height
Gets or sets the height of the editor.
Declaration
public int Height { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The height. | 
NonVisualPlugins
Gets or sets the plugins that doesn't have any UI.
Declaration
public IList<string> NonVisualPlugins { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<System.String> | 
Skin
Gets the skin from current UI theme.
Declaration
public string Skin { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The skin name | 
ToolbarRows
Gets the button rows. They in turn contains buttons and separators.
Declaration
public IList<ToolbarRow> ToolbarRows { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<ToolbarRow> | The button rows. | 
Width
Gets or sets the width of the editor.
Declaration
public int Width { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The width. | 
Methods
Copy()
Creates a deep copy of this settings instance.
Declaration
public override IPropertySettings Copy()Returns
| Type | Description | 
|---|---|
| IPropertySettings | A copy of this instance. | 
Overrides
GetDefaultValues()
Gets a new object set with default values.
Declaration
public override IPropertySettings GetDefaultValues()Returns
| Type | Description | 
|---|---|
| IPropertySettings | 
