Click or drag to resize

ITinyMceSetting Interface


Represents an XHTML Editor setting.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface ITinyMceSetting

The ITinyMceSetting type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleFriendlyName Gets the name of the setting.
Public propertyID Gets the setting's ID.
Public propertyCode exampleTypeName Gets the setting type.
Public propertyCode exampleValue Gets the value of the setting (what the setting is "set to").
Top
Remarks
Possible settings include enabled plugins, block or heading formats, fonts, font sizes, CSS classes, and added/removed buttons.
See Also