Class RTLSupport

A Tiny MCE plug-in that enables RTL support for Tiny MCE when editing languages that is RTL.

Inheritance
System.Object
RTLSupport
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.Plugins
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[TinyMCEPluginNonVisual(PlugInName = "rtlSupport", AlwaysEnabled = true, ServerSideOnly = true, DynamicConfigurationOptionsHandler = typeof(RTLSupport))]
public class RTLSupport : IDynamicConfigurationOptions

Constructors

RTLSupport()

Declaration
public RTLSupport()

Methods

GetConfigurationOptions()

Gets the configuration options for the Tiny MCE plug-in.

Declaration
public IDictionary<string, object> GetConfigurationOptions()
Returns
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

A list with the configuration options for the plug-in.

Implements

Extension Methods