This tag creates an outlined box.
- align="{left, right}"
-
Vertical alignment of the box.
- bgcolor="color"
-
Color of the background and title label.
- fixedleft="number"
-
Fixed length of line on the left side of the title. The unit is the
approximate width of a character.
- fixedright="number"
-
Fixed length of line on the right side of the title. The unit is the
approximate width of a character.
- left="number"
-
Length of the line on the left of the title.
- outlinecolor="color"
-
Color of the outline.
- outlinewidth="number"
-
Width, in pixels, of the outline.
- right="number"
-
Length of the line on the right of the title.
- spacing="number"
-
Width, in pixels, of the space in the box.
- style="{caption, groupbox}"
-
Style of the box. Groupbox is default.
- textcolor="color"
-
Color of the text inside the box.
- title="string"
-
Sets the title of the obox.
- titlecolor="color"
-
Color of the title text.
- 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.
|
| |
|
|
|