layout {
row {
// 5 rows, 40 characters, evaluate HTML tags and no resize possibility
CTRLText("Rows=5 Cols=40 HTMLStringDef=true ShowResizebar=false") strlist {
colspan = 4;
labelposition = left;
}
}
}
COOATTREDIT@1.1:CTRLText(
string
Change,
integer
Rows,
integer
Cols,
boolean
HTMLStringDef,
boolean
MultiLine,
boolean
ShowResizebar,
boolean
DetectEncoding)
Name |
Description |
Change |
Defines the JavaScript function, which should be called when the value of the control has been changed.
|
Rows |
Defines the number of rows of the text area.
|
Cols |
Defines the number of columns of the text area.
|
HTMLStringDef |
Defines whether the control contains HTML content and evaluates it.
|
MultiLine |
|
ShowResizebar |
Defines whether the control is resizable.
|
DetectEncoding |
Additional Information