Hi!

I made a script which outputs the result on a nested slider (1)
floating panel. I transcluded it into the toolbar, so I have a
pulldown menu. It works as it should. However, I want to include it
into a plugin I'm working on. So I removed the <script> tags and added
the systemConfig tag to see how it worked, but I got an error that
"place" was undefined.

I tracked the error to the following piece of code:
var here = story.findContainingTiddler(place);
if (here) {
var tid = store.getTiddler(here.getAttribute("tiddler"));
}

Any idea what the problem is?

Also, because the script wasn't between the <script> tags, the tiddler
displayed the actual text of the script instead of the wikified
result. I'm using the wikify function. How do I output the wikified
result?

I posted the code on pastebin (2).

(1) http://www.TiddlyTools.com/#NestedSlidersPlugin
(2) http://pastebin.com/PZmLrQDV

w

-- 
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