Hello all,
Hope someone can help me on this one. What I want to do is create a
selectWidget dynamicly based on a previous selection:
Let say I have a first select box:
TOPICS
> <$select tiddler='$:/description' default='Choose a topic'>
> <option />
> <$list filter='[tag[topics]]'>
> <option><$view field='title'/></option>
> </$list>
> </$select>
>
>
So based on the topic chosen create another select dynamicly
<$select tiddler='$:/description'>
<$list filter='byTagBasedOnTheSelectionInTheSelectAbove'>
<option><$view field='title'/></option>
</$list>
</$select>
I've read the tutorial but (correct me If I'm wrong), there's no example of
doing so
** Sorry for my English! I'm french Canadian :)
Thanks
--
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/d/optout.