[tw] Re: About macro calling

2010-03-31 Thread Eric Shulman
> But suppose you want to invoke a macro from an inline java script. > But now you have to invokeMacro(place, "macro", param) > How do you get the DOM object that would get passed when you In order to use inline scripts in tiddler content, you need: http://www.TiddlyTools.com/#InlineJavascriptP

[tw] Re: About macro calling

2010-03-31 Thread Xen
Okay thanks. But suppose you want to invoke a macro from an inline java script. Normally you would invoke it from wikitext by <> But now you have to invokeMacro(place, "macro", param) How do you get the DOM object that would get passed when you invoked it from the wikitext? (This is probably a