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

   

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

<smallcaps></smallcaps>

Provided by module: Tags: RXML tags

Prints the contents in smallcaps. If the size attribute is given, font tags will be used, otherwise big and small tags will be used.

<smallcaps>Roxen WebServer</smallcaps>
ROXEN WEBSERVER

Attributes

space

Put a space between every character.

<smallcaps space=''>Roxen WebServer</smallcaps>
O X E N  E B E R V E R 

class="string"

Apply this cascading style sheet (CSS) style on all elements.


smallclass="string"

Apply this cascading style sheet (CSS) style on all small elements.


bigclass="string"

Apply this cascading style sheet (CSS) style on all big elements.


size="number"

Use font tags, and this number as big size.


small="number" (size-1)

Size of the small tags. Only applies when size is specified.

<smallcaps size='6' small='2'>Roxen WebServer</smallcaps>
ROXEN WEBSERVER