Format of one line, may include $name (the name of the web), $qname (the name of the web in double quotes), $indentedname (the name of the web with parent web names replaced by indents, for use in indented lists), and $marker (which expands to marker for the item matching selection only)
"$name"
format="format"
(Alternative to above)
"$name"
separator=", "
Line separator
"$n" (new line)
Added:
> >
web=""
if you specify $web in format, it will be replaced with this
""
webs="public"
Comma separated list of webs, public expands to all non-hidden. NOTE: Administrators will see all webs, not just the public ones
"public"
marker="selected"
Text for $marker if the item matches selection
"selected"
Changed:
< <
selection="%WEB%"
Current value to be selected in list
section="%WEB%"
> >
selection="%WEB%"
Current value to be selected in list
selection="%WEB%"
subwebs="Sandbox"
show webs that are a sub-web of this one (recursivly)
""
Example: %WEBLIST{" * [[$name.WebHome]]"}% - creates a bullet list of all webs.
Example: <form><select name="web"> %WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash, public" selection="%WEB%" separator=" "}% </select></form> - creates a dropdown of all public webs + Trash web, with the current web highlighted.
Copyright � by the contributing authors. All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback