%STARTINCLUDE%<!-- render category settings -->
<literal>
<table class="foswikiLayoutTable">
<tr>
<th>%MAKETEXT{"Parent topic"}%:</th>
<td><input class="foswikiInputField" type="text" name="topicparent" size="80" value="%TOPICPARENT{default=""}%" /></td>
</tr>
<tr>
<th>%MAKETEXT{"Imported Categories"}%:</th>
<td><input class="foswikiInputField" type="text" name="ImportedCategory" size="80" value="%FORMFIELD{topic="%BASEWEB%.%BASETOPIC%" "ImportedCategory"}%" /></td>
</tr>
<tr>
<th valign="top">%MAKETEXT{"Icon"}%:</th>
<td>
%DBCALL{"Applications.ClassificationApp.RenderIconSelector"
VALUE="%URLPARAM{"Icon" default="%FORMFIELD{topic="%BASEWEB%.%BASETOPIC%" "Icon"}%"}%"
SOURCE="%CLASSIFICATIONPLUGIN_ICONSET%"
}%
</td>
</tr>
</table>
</literal>
<!-- //render category settings -->%STOPINCLUDE%
| Parent topic: | |
|---|---|
| Imported Categories: | |
| Icon: |
|
| TopicType | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
| TopicTitle | |
| Summary | Renders the content of the settings tab in the category editor |
| WikiApplication | ClassificationApp |