Re: [Moin-user] Collapsible list macro

2010-03-31 Thread Jim Wight
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

Re: [Moin-user] Collapsible list macro

2010-03-31 Thread Paul Moore
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

Re: [Moin-user] Collapsible list macro

2010-03-30 Thread Radomir Dopieralski
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

[Moin-user] Collapsible list macro

2010-03-30 Thread Paul Moore
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