Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
| path | data type | req | default | uobj | description |
|---|---|---|---|---|---|
| all |
This control has applied all the common properties of renderlet. See renderlet:* section for the complete list of common properties to use. | ||||
| config/ :
Set special configurations for this control. This control is the equivalent of RTE from Typo3. You can find a completly and detailed description of TinyMCE control here: TinyMCE:Configuration | |||||
| config/width | string |
Set the width of control. Example:
| |||
| config/height | string |
Set the height of control. Example:
| |||
| config/content_css | string |
Set an external CSS file for this control. Example:
| |||
| config/entity_encoding | string | X | named |
Set the way how the entities/characters are processed by TinyMCE. This property can be set to:
| |
| config/theme | string | X | simple |
Set the type of this control. This property can have one of the following values:
Example:
| |
| config/plugins | string |
Set the list of plugins, comma separated, to use for configuring the advanced version of this control. This property is required and can be used only when theme="advanced". The available plugins are:
For more details, please visit: TinyMCE:Plugins Example:
| |||
| config/theme_advanced_styles | string | SimpleLayout |
This option should contain a semicolon separated list of class titles and class names separated by "=". The titles will be presented to the user in the styles dropdown list and the class names will be inserted. If this option is not defined, TinyMCE imports the classes from the "content_css". Example:
| ||
| config/theme_advanced_layout_manager | string | SimpleLayout |
Set the type of layout for this control. This property is required and can be used only when theme="advanced". This property can have one of the following values:
| ||
| config/theme_advanced_toolbar_location | string | bottom |
Set the location of toolbar for this control. This property is required and can be used only when theme="advanced" and theme_advanced_layout_manager="SimpleLayout". This property can have one of the following values:
| ||
| config/theme_advanced_buttons | string |
Set the list of button/control names, comma separated, to insert into the toolbar. The real and full name of this property is theme_advanced_buttons<1-n>. The number 1-n is the row number to insert the buttons/controls to. Below is a list of built in controls, plugins may include other controls names that can be inserted but these are documented in the individual plugins. This property is required and can be used only when theme="advanced" and theme_advanced_layout_manager="SimpleLayout". Since these rows have items in them by default you need to set them to empty strings "", if you want to completely remove these rows. For more details, please visit: theme_advanced_buttons_1_n Example:
| |||
| addconfig/ : TODO | |||||
Provided by Ameos