<we:textarea wysiwyg="false">
Since version: - | Requires endtag: no
Description
The <we:textarea> tag creates a multi-line input box.
Attributes
wysiwyg
Default value: - | since version: - | required: yes
Set this attribute to "true" to add command buttons and menus to the top of the text area which enable formatting of the input text (that is, buttons and menus such as are used in many other text processing programs). If you set this attribute to "false" or do not set it at all, the buttons and menus will be turned off.
Allowed values:
- false
name
Default value: - | since version: - | required: yes
Set this tag to an unique name within the webEdition template.
cols
Default value: - | since version: - | required: no
Set this attribute to the number of columns you want to generate per input line. Setting the "width" attribute overrides this attribute.
rows
Default value: - | since version: - | required: no
Set this attribute to the number of rows you want to generate in the input field. Setting the "height" attribute overrides this attribute.
autobr
Default value: - | since version: - | required: no
If you set this attribute to "true", the system displays a checkbox at the top of the multi-line input field, labeled "Auto-BR". Use this checkbox to activate and deactivate the auto-break function. When auto.break is turned on, each press of the Enter/Return key on your keyboard generates a <BR> tag in the HTML source. If you set this attribute to "false" or if you do not set it at all, the system will not display the auto-br checkbox. The Enter/Return key on your keyboard will not produce an HTML <BR> code. This attribute becomes redundant if "wysiwyg" is set to "true".
Allowed values:
- true
- false
html
Default value: - | since version: - | required: no
If you set this attribute to "true", or if you do not set it at all, webEdition instructs the input field to allow the input of HTML tags. If you set this attribute to "false", webEdition removes all HTML entered in the text area.
Allowed values:
- true
- false
htmlspecialchars
Default value: - | since version: 3.2.0.0 | required: no
Set this attribute to "true" to convert all HTML relevant characters to HTML-code. The following transformations are made:
& (ampersand) converted to & " (double quote) converted to " ' (single quote) converted to ' < (less than) converted to <
(greater than) converted to >
Allowed values:
- true
- false
php
Default value: - | since version: - | required: no
If this attribute is set to "true" or unset, it is possible to write PHP code into the input field. If set to "false", it is not possible to use PHP code, as it gets filtered at the output.
Allowed values:
- true
- false
abbr
Default value: - | since version: - | required: no
Set this attribute to "true" , so that definitions for abbreviations can be entered.
Allowed values:
- true
- false
spellcheck
Default value: false | since version: 4.1.0.0 | required: no
Activates spellchecking of the we:input field.
Allowed values:
- true
- false
Syntax
<we:textarea wysiwyg="false" name="attribute" [cols="attribute"] [rows="attribute"] [autobr="true|false"] [html="true|false"] [htmlspecialchars="true|false"] [php="true|false"] [abbr="true|false"] [spellcheck="true|false"] />