![]() |
Languages: |
English |
In Joomla! 1.5, form fields were parameters. For that version, you may want to use the corresponding Editors parameter type. |
The editors form field type provides a drop down list of the available and enabled WYSIWYG editors. If the field has a saved value this is selected when the page is first loaded. If not, the default value (if any) is selected.
The first option on the list is always '- Select Editor -' (which is a translatable string) and is given the value 0.
Example XML parameter definition:
<field name="myeditor" type="editors" default="none" label="Select an editor" />