SCROLLBARS attribute
The SCROLLBARS
attribute can be used to
specify scrollbars for a form item.
Syntax
SCROLLBARS = { NONE | VERTICAL | HORIZONTAL | BOTH }
Usage
This attribute defines scrollbars for a form item like TEXTEDIT
and WEBCOMPONENT
.
By default, when not specifying the SCROLLBARS
attribute,
TEXTEDIT
fields get a vertical scrollbar.
By default, a WEBCOMPONENT
form item gets a vertical scrollbar.
Example
TEXTEDIT f001 = customer.fname, SCROLLBARS=BOTH;