This is really nifty! I have a follow-up question: when using sliders in a filtered list, is there a way to make each slider open independently? Here's my current experiment, which obviously works, but all the sliders open any time any button is clicked:
<$list filter="[tag[myTag]]" > <$button popup="$:/state/mySlider"><$view field="title"/></$button> <$reveal type="nomatch" text="" default="" state="$:/state/mySlider" animate="yes"> <$view field="title" format="link"/> <$view field="text" format="wikified"/> </$reveal> </$list> cmari On Thursday, September 19, 2013 6:17:33 AM UTC-7, Jeremy Ruston wrote: > > Hi Branimir > > In TW5 one builds sliders with the <$button> widget and the <$reveal> > widget. For example: > > <$button popup="$:/state/mySlider">Click me!</$button> > <$reveal type="nomatch" text="" default="" state="$:/state/mySlider" > animate="yes"> > This text is revealing! > </$reveal> > > Best wishes > > Jeremy > > > > On Mon, Sep 16, 2013 at 1:19 PM, Branimir Braykov > <[email protected]<javascript:> > > wrote: > >> I want to have a slider wich would open a list based on filters with tags. >> Is there anything in TW5 like the slider in TW2? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "TiddlyWikiDev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/tiddlywikidev. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Jeremy Ruston > mailto:[email protected] <javascript:> > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
