Verj.io JavaScript API
Workflow Process
Form
Integration Service
REST Service
Workflow Process
LayoutControl
.getLayout
Returns the
Layout
object configured for the container control or
null
if no layout is configured. The specific object returned will be an extension of
Layout
and will be one of the following:
FlowLayout
HorizontalBoxLayout
VerticalBoxLayout
FieldLayout
ColumnLayout
This is a read only property and cannot be set.
Further documentation
.
returns
Layout
null
if no layout is configured. The specific object returned will be an extension of Layout and will be one of the following:Further documentation.