Paul Moore wrote:
> I'm looking for a means of adding a "collapsible menu" to my wiki.
> I've searched the Macro market, and various other places on the web,
> but haven't been able to find anything. Before I start writing my own,
> does anyone know of an existing bit of code that does this?
My Se
On 31 March 2010 12:38, Jim Wight wrote:
> My SeeSaw macro can do it.
[...]
[...]
> The markup would be:
>
> * <>
> {{{#!wiki seesaw title1
> * SubPageOne/SubSubOne
> * SubPageOne/SubSubTwo
> * SubPageOne/SubSubThree
> }}}
> * <>
> {{{#!wiki seesaw title2
> * SubPageTwo/SubSubOne
> * Su
Maybe that's a little convoluted, but if you really don't want to
write a parser (it's not that hard), you could write javascript that
looks for those lists you want and marks them up for the other
javascript.
On Tue, Mar 30, 2010 at 10:39 PM, Paul Moore wrote:
> I'm looking for a means of adding
I'm looking for a means of adding a "collapsible menu" to my wiki.
I've searched the Macro market, and various other places on the web,
but haven't been able to find anything. Before I start writing my own,
does anyone know of an existing bit of code that does this?
Basically, I currently have a l