Question
Twiki currently has
HierarchicalNavigation function which lists all children topics of a main topic.
Can this be further extended to create a table of contents based on headings for all the children topics listed?
Environment
--
TWikiGuest - 10 Nov 2008
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
You can do a
VarSEARCH for all children of a topic, with the
FormattedSearch stating a
VarTOC2.
Untested SEARCH format example:
format="$percntTOC{ '$topic' web='$web' title='Contents of [[$web.$topic][$topic]]:'}$percnt"
--
PeterThoeny - 10 Nov 2008
Thanks, tried with escaped quotes and it worked:
format=""
--
TWikiGuest - 11 Nov 2008
Glad it worked out. Closing question...
--
PeterThoeny - 11 Nov 2008