Element group box

LANSA Integrator

Element - group-box

The group-box element adds a group box to the current page.

Use a group box to enclose input radio buttons.

Syntax:

Element

Attributes

Value

Notes for Element/Attribute/Value

group-box

x1

integer

Default. 0.

y1

integer

Default. 0.

width

integer

Default. 0.

height

integer

Default. 0.

line-width

integer

Default. 0.

border

boolean

Default. Document border.

caption

string

 

caption-indent

integer

Default. 0.

caption-width

integer

Default. 0.

caption-height

integer

Default. 0.

align

left

 

center

Default.

right

 

style

style

Default. Helvetica, 10, normal

leading

float

Default. fontsize * 1.5.

 

Example

 

<group-box x1="100" y1="560" width="200" height="40" caption="Types" caption-width="50" caption-height="20" caption-indent="10" style="form"/>