| In Joomla! 1.5, form fields were parameters. For that version, you may want to use the corresponding Textarea parameter type. |
The textarea form field type provides a text area for entry of multi-line text. If the field has a value saved, this value is displayed when the page is first loaded. If not, the default value (if any) is selected.
Example XML field definition:
<field name="mytextarea" type="textarea" default="default" label="Enter some text" description="" rows="10" cols="5" />Use the raw filter to ensure that html code is preserved when the form is processed:
<field name="mytextarea" type="textarea" default="default" label="Enter some html" description="" rows="10" cols="5" filter="raw"/><br /> in the XML config file like this: <br />
to the default parameter