docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualText tags
   

  • <ai>
  • <autoformat>
  • <case>
  • <comment>
  • <default>
  • <doc>
  • <foldlist>
  • <obox>
  • <random>
  • <replace>
  • <smallcaps>
  • <sort>
  • <strlen>
  • <tablify>
  • <trimlines>
  • Text tags

    Text tags are container tags that process their contents somehow. Examples are the <sort> tag that sorts its contents and the <tablify> tag that creates good looking tables from tab separated text files.

    The text tags are:

    Name Description  
    <ai>   Makes it possible to use a database of links.  
    <autoformat>   Replaces newlines with <br />:s'.  
    <case>   Alters the case of the contents.  
    <comment>   The enclosed text will be removed from the document.  
    <default>   Used to set default values for form elements.  
    <doc>   Eases code documentation by reformatting it.  
    <foldlist>   This tag is used to build folding lists, that are like <dl> lists, but where each element can be unfolded.  
    <obox>  This tag creates an outlined box.  
    <random>   Randomly chooses a message from its contents.  
    <replace>   Replaces strings in the contents with other strings.  
    <smallcaps>   Prints the contents in smallcaps.  
    <sort>   Sorts the contents.  
    <strlen>   Returns the length of the contents.  
    <tablify>  Transforms texts into tables.  
    <trimlines>   Removes all empty lines from the contents.