Though I wouldn't do it this way myself, try using...

var tid=story.findContainingTiddler(place);tid=tid?
tid.getAttribute('tiddler'):'';DataTiddler.getData(tid,"Name");

However, I would much prefer...

a) var tid=story.findContainingTiddler(place);tid=tid?
tid.getAttribute('tiddler'):'';store.getValue(tid,"Name");

or...

b) var tid=story.findContainingTiddler(place);tid=tid?
tid.getAttribute('tiddler'):'';store.getTiddlerText(tid,"Name");

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.

Reply via email to