Difference: VarTOPICLIST (2 vs. 3)

Revision 32012-11-15 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"

TOPICLIST{"format"} -- topic index of a web

Line: 16 to 16
 
  • Example: %TOPICLIST{separator=", "}% creates a comma separated list of all topics
  • Example: %TOPICLIST{" <option>$topic</option>"}% creates an option list (for drop down menus)
  • Example: <select>%TOPICLIST{" <option $marker value='$topic'>$topic</option>" separator=" " selection="%TOPIC%"}%</select> creates an option list of web topics with the current topic selected
Added:
>
>
 
Deleted:
<
<
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarTOPICLIST.