8 Mar
2014
8 Mar
'14
11:58 a.m.
This is something I have been working on...but it's far from perfect (it's more like a Proof Of Concept) It uses the Spoiler Macro and the TOC Macro. Put this at the top of a page: {{html wiki="true"}} <div id="menu"> {{spoiler title="TOC"}}{{toc depth="2"/}}{{/spoiler}} </div> {{/html}} And add this CSS to the page #menu { position: fixed; right: 0; top: 150px; padding-left: 5px; background-color: rgb(120,120,120); border-top-left-radius: 10px; border-bottom-left-radius: 10px; z-index:999; } -- View this message in context: http://xwiki.475771.n2.nabble.com/TOC-in-a-Panel-tp7589479p7589482.html Sent from the XWiki- Users mailing list archive at Nabble.com.