Hi Jan,

you must provide the $targets to have it work. $targets and $state are 
needed or nothing happens.

$targets works like this:

it defines the CLASS of the element within the widgets' scope that gets 
used for the actions.

<$swipe $targets="tc-my-class" $state="on">

<div class="not-my-class">
not swipeable
</div>

<div class="tc-my-class">
this element is swipeable
</div>

<div class="tc-my-class">
this element is swipeable
</div>

<div class="another class">
not swipeable
</div>

</$swipe>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f61dead8-0232-4864-bc56-48f87cd487e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to