Click or drag to resize

ITinyMceTemplate Interface


Represents the Tiny MCE Profile for XHTML Editor Basic Settings.

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

The ITinyMceTemplate type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleBlockFormats Gets a list of all the block formats enabled for this Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public propertyCommandRow Gets an ordered collection of button items representing the command row for the XHTML Editor.
(Inherited from ITinyMceGroupProfile)
Public propertyConfigJSON Gets the JSON overrides for the XHTML editor.
(Inherited from ITinyMceGroupProfile)
Public propertyCode exampleContentCssFile Gets a file path where a custom CSS configuration file is located on the server relative to the XML directory.
(Inherited from ITinyMceGroupProfile)
Public propertyDefault Gets if this is the Default Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public propertyEntityEncoding Gets and sets the entity encoding for the Tiny MCE Editor. Options are: named entities, numeric entities, or raw characters.
Public propertyCode exampleExtendedValidElements Gets and sets the extended valid elements that can be used to override standard element attributes.
Public propertyCode exampleFonts Gets a list of all the fonts enabled for this Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public propertyFontSizes Gets a list of all the font sizes enabled for this Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public propertyForcedRootBlock Gets and sets the Forced Root Block Tag.
Public propertyGroupId Gets the Group ID number associated with the Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public propertyHeadingFormats Gets a list of all the heading formats enabled for this Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public propertyId Gets the Tiny MCE profile's ID number.
(Inherited from ITinyMceGroupProfile)
Public propertyCode exampleIgxSmartPaste Gets the value of the IgxSmartPaste setting for this profile.
(Inherited from ITinyMceGroupProfile)
Public propertyCode exampleImageCssClass Gets a list of all the CSS classes enabled for images in the XHTML Editor.
(Inherited from ITinyMceGroupProfile)
Public propertyCode exampleInvalidElements Gets and sets the invalid elements that will be automatically removed by the XHTML editor. This is null by default.
Public propertyCode exampleLinkCssClass Gets a list of all the CSS classes enabled for links in the XHTML Editor.
(Inherited from ITinyMceGroupProfile)
Public propertyName Gets the name of the Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public propertyPlugins Gets a list of all the plugins configured for this Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public propertyRemoveButtons Gets a list of buttons to remove from the XHTML Editor.
(Inherited from ITinyMceGroupProfile)
Public propertySupportHTML5 Gets and sets if HTML5 is supported for the Tiny MCE Editor.
Public propertySupportHTML5CustomDataAttributes Gets and sets if custom HTML5 data attributes are supported for the Tiny MCE Editor.
Public propertyCode exampleTableCssClass Gets a list of all the CSS classes enabled for tables in the XHTML Editor.
(Inherited from ITinyMceGroupProfile)
Public propertyVerifyHtml Gets and sets whether the Tiny MCE Editor should verify HTML elements and attributes.
Top
See Also