docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.2Web Site Creator ManualText Tags
Copyright © 2004, 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>
<obox>
<random>
<replace>
<smallcaps>
<sort>
<strlen>
<tablify>
<trimlines>
<wash-html>

<random></random>

Provided by module: Tags: RXML 2 tags

Randomly chooses a message from its contents.


Attributes

separator="string"

The separator used to separate the messages, by default newline.


<random separator='#'>Foo#Bar#Baz</random>
Baz

seed="string"

Enables you to use a seed that determines which message to choose.


Tip of the day:
<set variable='var.day'><date type='iso' date=''/></set>
<random seed='var.day'><insert file='tips.txt'/></random>