> tid = story.getTiddler(tidname);
> tidtitle = tid.title;

I think you meant to call
   store.getTiddler(...)
NOT
   story.getTiddler(...)


store.getTiddler(...) retrieves a tiddler *object* from the TW core
data 'store', or NULL if that tiddler does not *exist* in the document

story.getTiddler(...) retrieves a tiddler *DOM element*, if that
tiddler is currently displayed in the story column, or NULL if the
tiddler is not *displayed*.

-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to