Click or drag to resize

EnumTinyMceSettingsType Enumeration


The list of setting types for the TinyMCE XHTML editor

Namespace:  Ingeniux.CMS.Enums
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public enum EnumTinyMceSettingsType
Members
  Member nameValueDescription
Plugin0 Settings for a plugin
Button1 Settings for a toolbar button
BlockFormat2 Settings for an accepted block element name (e.g., "p" or "div")
Fonts3 Settings for a font choice
FontSizes4 Settings for font sizes
TableCssClass5 Settings for an available CSS class name for the Table element
LinkCssClass6 Settings for an available css class name for a Link element
ImageCss7 Settings for an availabel css class name for a IMG element
See Also