docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 3.3Web Developer 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>

<foldlist></foldlist>

Provided by module: Tags: 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.


foldedsrc

The image to use for folded items. The default is '/internal-roxen-unfold'.


unfoldedsrc

The image to use for unfolded items. The default is '/internal-roxen-fold'.


<ft></ft>

Provided by module: Tags: 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.


foldedsrc

The image to use for folded items. Overrides the 'foldedsrc' attribute in <tablist> for this item.


unfoldedsrc

The image to use for unfolded items. Overrides the 'foldedsrc' attribute in <tablist> for this item.


<fd></fd>

Provided by module: Tags: 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