SID-00322: Page Content with Border Howto?
| Status: |
Answered |
TWiki version: |
4.0.4 |
Perl version: |
NA |
| Category: |
CategoryEditing |
Server OS: |
Linux |
Last update: |
16 years ago |
Question
Hello All, I have just started to play with twiki and was hoping someone could point me in the right direction with regards to creating a page content menu as seen at
http://www.solarisinternals.com/wiki/index.php/Zones
(The one at the top with a border and hide link) I have scoured the web but to no avail
Not to sure of the version of twiki i am running but its the one that runs within vmware if that helps.
--
TWikiGuest - 2009-05-17
Discussion and Answer
Combine
TwistyPlugin and
TOC (Table of content)
. Everything inside a div can provide more styling. See the example above. This is the code.
<div class="twikiHelp">
*Content* %TWISTY{
showlink="Show..."
hidelink="Hide"
firststart="show"
}%
%TOC%
%ENDTWISTY%
</div>
--
EnriqueCadalso - 2009-05-17
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.