Click or drag to resize

ITinyMcePossibleSettings Interface


Represents a collection of all possible XHTML Editor configuration Settings

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public interface ITinyMcePossibleSettings

The ITinyMcePossibleSettings type exposes the following members.

Properties
  NameDescription
Public propertyCode examplePossibleBlockFormats
Gets all the possible XHTML Editor block formatting settings that can be enabled.
Public propertyCode examplePossibleButtons
Gets all the possible XHTML Editor buttons that can be enabled.
Public propertyPossibleFonts
Gets all the possible XHTML Editor fonts that can be enabled.
Public propertyPossibleFontSizes
Gets all the possible XHTML Editor font sizes that can be enabled.
Public propertyPossibleHeadingFormats
Gets all the possible XHTML Editor heading formats that can be enabled.
Public propertyCode examplePossiblePlugins
Gets all the possible XHTML Editor plugins that can be loaded.
Public propertyRequiredPlugins
Gets all the required XHTML Editor plugins.
Top
See Also