Re: Collapsible mgtdList?

2012-01-25 Thread David Szego
VERY close... Except that it includes the title and underline, so you
go from:

Highlighted For Review:
--

to just

[]

...but if I can incorporate the NestedSlidersPlugin *into* the
generated list, it would be perfect! Thanks!

On Jan 12, 2:19 pm, Mat matiasg...@gmail.com wrote:
 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 david.sz...@me.com 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 gtd-tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.



Collapsible mgtdList?

2012-01-11 Thread David Szego
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 gtd-tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.