| Roxen/6.2.236-git | ||
Roxen Interactive RXML Help
<obox></obox>
This tag creates an outlined box.
Attributes
- align
- align={left, right}
Vertical alignment of the box.
- bgcolor
- bgcolor=color
Color of the background and title label.
- fixedleft
- fixedleft=number
Fixed length of line on the left side of the title. The unit is the approximate width of a character.
- fixedright
- fixedright=number
Fixed length of line on the right side of the title. The unit is the approximate width of a character.
- left
- left=number
Length of the line on the left of the title.
- outlinecolor
- outlinecolor=color
Color of the outline.
- outlinewidth
- outlinewidth=number
Width, in pixels, of the outline.
- right
- right=number
Length of the line on the right of the title.
- spacing
- spacing=number
Width, in pixels, of the space in the box.
- style
- style={caption, groupbox}
Style of the box. Groupbox is default.
- textcolor
- textcolor=color
Color of the text inside the box.
- title
- title=string
Sets the title of the obox.
- titlecolor
- titlecolor=color
Color of the title text.
- width
- width=number
Width, in pixels, of the box.
Note that the left and right attributes are constrained by the width argument. If the title is not specified in the argument list, you can put it in a <title> container in the obox contents.
<obox align='left' outlinewidth='5' outlinecolor='green' width='200'> <title>Sample box</title> This is just a sample box. </obox>
Sample box
This is just a sample box.