Say I need the name of a tiddler in the event function of
"createTiddlyButton":

config.macros.suggestTags.handler = function
(place,macroName,params,wikifier,paramString,tiddler)
{
    [...]
    createTiddlyButton(place, this.label, this.prompt,
    function ()
    {
        // HERE I WANT THE NAME OF THE TIDDLER. I.E. tiddler.title,
BUT IT'S OUT OF SCOPE
        [...]
    };
    , "button", "buttonMagic", null, par);
}

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