Skip to content
Nicholas K. Dionysopoulos edited this page Mar 20, 2015 · 1 revision

Editor Field

This will display a WYSIWYG edit area field for content creation and formatted HTML display.

You can set the following attributes:

  • rows How many rows the generated <textarea> will have, typically used when Javascript is disabled on the browser

  • cols How many columns the generated <textarea> will have, typically used when Javascript is disabled on the browser

  • height The height of the editor (default: 250)

  • width The width of the editor (default: 100%)

  • asset_field The name of the asset_id field in the form (default: asset_id)

  • created_by_field The name of the created_by field in the form

  • asset_id The Joomla! asset ID for this record. Leave empty to let FOF use the value of the asset field defined by asset_field.

  • buttons Which buttons should we show (rendered by editor-xtd plugins)? Use 0, false or no to show no buttons, otherwise provide a comma separated list of button plugin names

  • hide Which buttons should we hide? Similar to above.

Clone this wiki locally