I'm not sure wherefrom/how the lists are generated, but if you locate
it then maybe you can insert Shulmans (tiddlytools)
NestedSlidersPlugin thingy, or perhaps even core slider for that
matter, ie simply surrounding the list with +++ and ===
FWIW.

On 11 Jan, 21:28, David Szego <[email protected]> wrote:
> Hi all, I think this may depend on editing Shulman's Wikify plugin (?)
> but what I'm trying to figure out is how to take an mgtdLIst like
> this:
>
> Upcoming Tiddlers +
> -----------------------------
> - foo
> - bar
> - baz
>
> Next List +
> ----------------
>
> ... and click on the title to hide the innerList, like this:
>
> Upcoming Tiddlers -> +
> ------------------------------
>
> Next List +
> ----------------
>
> It strikes me that if
>
>     <div class="mgtdList" ...
> and it's child
>     <div class="innerList" ...
>
> each had an ID on it, then an onClick could be added to the mgtdList
> div to toggle
>    this.child(innerList).style.visibility=hidden / visible
> or similar.
>
> I'm not sure where this needs to be done, can't quite figure out the
> rendering yet.
>
> Any thoughts?
>
> The use case is to be able to hide columns I don't want to see.

-- 
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.

Reply via email to