Documentation
This function renders an editor for a normal
WikiTopic to be
displayed at the topic of the text tab.
Parameters
- BASETOPIC
- FORM: name of the form definition, defaults to Applications.WikiTopic
- FIELDS: fields to be edited, defaults to TopicTitle, Summary
Implementation
%STARTINCLUDE%<!-- -->
<literal>
%RENDERFOREDIT{
topic="%BASEWEB%.%BASETOPIC%"
form="%IF{"defined FORM" then="%FORM%" else="Applications.WikiTopic"}%"
field="%IF{"defined FIELDS" then="%FIELDS%" else="TopicTitle,Summary"}%"
header="<div class='natEditTopicInfo'><table class='foswikiLayoutTable jqTooltip'>"
format="<tr title='$description'><th valign='top'>$title:</th><td valign='top'>$edit</td></tr>"
footer="</table></div>"
TopicTitle_title="%MAKETEXT{"Title"}%"
Summary_title="%MAKETEXT{"Summary"}%"
}%<!-- -->
</literal>
<!-- -->%STOPINCLUDE%
Test