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

   

<ai>
<autoformat>
<case>
<comment>
<?comment ?>
<default>
<doc>
<foldlist>
<obox>
<random>
<replace>
<smallcaps>
<sort>
<strlen>
<tablify>
<trimlines>
<wash-html>

<foldlist></foldlist>

Provided by module: Folding lists

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>

Provided by module: Folding lists

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.


Attributes

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>

Provided by module: Folding lists

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


Attributes


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