Click or drag to resize

ITinyMceTemplate Properties


The ITinyMceTemplate type exposes the following members.

Properties
  Name Description
Public property Code example BlockFormats Gets a list of all the block formats enabled for this Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public property CommandRow Gets an ordered collection of button items representing the command row for the XHTML Editor.
(Inherited from ITinyMceGroupProfile)
Public property ConfigJSON Gets the JSON overrides for the XHTML editor.
(Inherited from ITinyMceGroupProfile)
Public property Code example ContentCssFile Gets a file path where a custom CSS configuration file is located on the server relative to the XML directory.
(Inherited from ITinyMceGroupProfile)
Public property Default Gets if this is the Default Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public property EntityEncoding Gets and sets the entity encoding for the Tiny MCE Editor. Options are: named entities, numeric entities, or raw characters.
Public property Code example ExtendedValidElements Gets and sets the extended valid elements that can be used to override standard element attributes.
Public property Code example Fonts Gets a list of all the fonts enabled for this Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public property FontSizes Gets a list of all the font sizes enabled for this Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public property ForcedRootBlock Gets and sets the Forced Root Block Tag.
Public property GroupId Gets the Group ID number associated with the Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public property HeadingFormats Gets a list of all the heading formats enabled for this Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public property Id Gets the Tiny MCE profile's ID number.
(Inherited from ITinyMceGroupProfile)
Public property Code example IgxSmartPaste Gets the value of the IgxSmartPaste setting for this profile.
(Inherited from ITinyMceGroupProfile)
Public property Code example ImageCssClass Gets a list of all the CSS classes enabled for images in the XHTML Editor.
(Inherited from ITinyMceGroupProfile)
Public property Code example InvalidElements Gets and sets the invalid elements that will be automatically removed by the XHTML editor. This is null by default.
Public property Code example LinkCssClass Gets a list of all the CSS classes enabled for links in the XHTML Editor.
(Inherited from ITinyMceGroupProfile)
Public property Name Gets the name of the Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public property Plugins Gets a list of all the plugins configured for this Tiny MCE profile.
(Inherited from ITinyMceGroupProfile)
Public property RemoveButtons Gets a list of buttons to remove from the XHTML Editor.
(Inherited from ITinyMceGroupProfile)
Public property SupportHTML5 Gets and sets if HTML5 is supported for the Tiny MCE Editor.
Public property SupportHTML5CustomDataAttributes Gets and sets if custom HTML5 data attributes are supported for the Tiny MCE Editor.
Public property Code example TableCssClass Gets a list of all the CSS classes enabled for tables in the XHTML Editor.
(Inherited from ITinyMceGroupProfile)
Public property VerifyHtml Gets and sets whether the Tiny MCE Editor should verify HTML elements and attributes.
Top
See Also