With the multiline element , you get a textbox for multiple lines.
Multiline inputbox for text.
{
"display": "",
"tooltip": "Multiline tooltip",
"fieldname": "doc",
"length": 0,
"inputtype": "multiline",
"block": 1,
"newline": true,
"labelwidth": 0,
"fieldwidth": 12,
"fieldheight": 10
}
|
-
display: text to display in front of the textbox.
-
tooltip: tooltip to display as help text.
-
fieldname: field to use for the data.
-
lenght: max. lenght of the text to be entered. If lenght is zero, there is no maximum.
-
-
block: to which block this belongs.
-
newline: to start at a new line.
-
labelwidth: number of columns to be placed before the element.
-
fieldwidth: number of columns to define the width of the textbox.
-
fieldheight: number of lines for the textbox.
|