Function: RenderTWikiFormList

Renders a list of TWikiForms that use a given TWikiFormAttribute

Parameters

  • ATTR

Implementation

%STARTINCLUDE%
---++ List of TWikiForms that use the '%ATTR%' attribute
| *Name* | *Description* |
%~~ DBQUERY{"TopicType=~'\bTWikiForm\b' AND text=~'\n\| *(..)?%ATTR% * \|'"
~~~   format="| $topic | $formfield(TopicDescription) |"
~~~ }%
%STOPINCLUDE%

Test

List of TWikiForms that use the 'BaseRef' attribute

Name Description
BlogCommentForm TWikiForm for BlogComments

Calls to 'RenderTWikiFormList'