As of 11 Oct 2025, the Performance Measurement Network has been upgraded. If you experience any problems with the site, please report them to Wiki Webmaster.
Go to Joint Commission
You are here:

Parent list

26 August 2025 - 17:41 | Version 1 |

Generated list of (potential) parent topics.

select

To use this list in Foswiki applications, use:
%INCLUDE{
    "%SYSTEMWEB%.ParentList"
    section="select"
}%

Parameters

Parameter Effect Default value
size Size of the select box 10
web Topics from which web current web
selected The currently selected topic none

Result

Using default settings

<select name='topicparent' size='%IF{
    "defined size AND $size"
    then="%URLPARAM{"size" default="%size%"}%"
    else="10"
    }%' class='foswikiSelect'>
    %TOPICLIST{
   "<option $marker value='$name'>$name</option>"
   web="%IF{
       "defined web AND $web"
      then="%URLPARAM{"web" default="%web%"}%"
      else="%WEB%"
       }%"
   marker="selected=\"selected\""
   separator=""
   selection="%IF{
       "defined selected AND $selected"
      then="%URLPARAM{"selected" default="%selected%"}%"
      else="%MAKETEXT{"(no parent, orphaned topic)"
       }%"
   }%"
}%
<option value="">%MAKETEXT{"(no parent, orphaned topic)"}%</option>
</select>

This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Performance Measurement Network? Send feedback
This website is using cookies. More info. That's Fine