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>
  • <foldlist></foldlist>

    This tag is used to build folding lists, that are like <dl> lists, but where each element can be unfolded. The tags used to build the lists elements are <ft> and <fd>.

    Attributes

    unfolded
    Will make all the elements in the list unfolded by default.

    <ft></ft>

    This tag is used within the foldlist tag. The contents of this container, that is not within an fd, tag will be visible both when the element is folded and unfolded.
    folded
    Will make this element folded by default. Overrides an unfolded attribute set in the foldlist tag.
    unfolded
    Will make this element unfolded by default.

    <fd></fd>

    The contents of this container will only be visible when the element it is written in is unfolded.

     <foldlist>
       <ft>
         Heading1
         <fd>Contents 1</fd>
       </ft>
       <ft>
         Heading2
         <fd>Contents 2</fd>
       </ft>
     </foldlist>