Hi whatever,
I believe the problem actually may be that you are creating a local
scope in your fET by putting (tiddler.title) into brackets. Why are
you doing that? Take those brackets out - also for allwaysTag - and
check if ir works.
As for findContainingTiddler it is to be...
var tid=story.findContainingTiddler(place);
//finds the next DOM element up the hierarchy relating to a tiddler
tid=tid?tid.getAttribute('tiddler'):'';
//gets the value of the tiddler attribute of that DOM element or if
none found an empty string
Hope that helped,
Cheers, Tobias.
--
You received this message because you are subscribed to the Google Groups
"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/tiddlywiki?hl=en.