TextareaPro Element
The TextareaPro Element extends with new features the ZOO Textarea element. Once the element is set in the Type there are several configuration params that differ from the ZOO ones.
Setting | Description |
---|---|
Plugins | If enabled the Plugins tags would be evaluated during rendering. |
Additional Options | Toggles the additional edit layout fields. |
Editor | Allows to choose the text editor by Tiny Editor, based on TinyMCE it loads on demand improving the Item page load time, Joomla Editor, loads the Joomla Default editor and behave the same way ZOO Textarea does and No Editor, no editor will be loaded displaying a raw textarea. |
Enabled on Load | Allows choosing if the Tiny Editor will be loaded initially or by demand. Recommended leave disabled for lower page load time. |
Input size | The default textarea Height size. Not compatible with Joomla! Editors. |
Maximum Characters | The maximum amount of characters allowed inputting. Only compatible with No Editor. |
Default Value | Default field value when new Item is created. |
Default Layout
Renders the textarea content.
Setting | Description |
---|---|
Prefix | The text to be prefixed to the text. |
Suffix | The text to be suffixed to the text. |
Maximum Characters | The maximum amount of characters allowed to be rendered. |
Strip Tags | If enabled all HTML tags will be removed from the text preserving it integrity. |
Widgetkit Layout
Widgetkit layout is a integration layer between the element and Widgetkit allowing to render a Widget using the element data as content. For details about configuration options visit the Widgetkit documentation.