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.3.169
Syntax public enum EnumTinyMceSettingsType
Public Enumeration EnumTinyMceSettingsType
public enum class EnumTinyMceSettingsType
type EnumTinyMceSettingsType
Members
| Member name | Value | Description |
---|
| Plugin | 0 |
Settings for a plugin
|
| Button | 1 |
Settings for a toolbar button
|
| BlockFormat | 2 |
Settings for an accepted block element name (e.g., "p" or "div")
|
| Fonts | 3 |
Settings for a font choice
|
| FontSizes | 4 |
Settings for font sizes
|
| TableCssClass | 5 |
Settings for an available CSS class name for the Table element
|
| LinkCssClass | 6 |
Settings for an available css class name for a Link element
|
| ImageCss | 7 |
Settings for an availabel css class name for a IMG element
|
See Also