docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.2Web Site Creator ManualInformation Tags
Copyright © 2004, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<accessed>
<configurl>
<countdown>
<date>
<help>
<modified>
<number>
<roxen>
<user>

<help/>

Provided by module: Tags: RXML 2 tags

Gives help texts for tags. If given no arguments, it will list all available tags. By inserting <help/> in a page, a full index of the tags available in that particular Roxen WebServer will be presented. If a particular tag is missing from that index, it is not available at that moment. Since all tags are available through modules, that particular tag's module hasn't been added to the Roxen WebServer yet. Ask an administrator to add the module.


Attributes

for="tag"

Gives the help text for that tag.


<help for='roxen'/>

Roxen Interactive RXML Help

<roxen/>

Returns a nice Roxen logo.

size
size={small, medium, large} (medium)

Defines the size of the image.


<roxen size='small'/>
<roxen/>
<roxen size='large'/>
Powered by Roxen Powered by Roxen Powered by Roxen

color
color={black, white} (white)

Defines the color of the image.


<roxen color='black'/>
Powered by Roxen

alt
alt=string ("Powered by Roxen")

The image description.

border
border=number (0)

The image border.

class
class=string

This cascading style sheet (CSS) definition will be applied on the img element.

target
target=string

Names a target frame for the link around the image.

All other attributes will be inherited by the generated img tag.