docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 4.5Web Developer ManualText Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<ai>
<autoformat>
<case>
<charset>
<comment>
<?comment ?>
<default>
<doc>
<foldlist>
<format-number>
<obox>
<random>
<recode>
<replace>
<sed>
<smallcaps>
<sort>
<strlen>
<tablify>
<trimlines>
<wash-html>

<obox></obox>

Provided by module: Tags: Outlined box

This tag creates an outlined box.


Attributes

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.