I'm still waiting an answer to the first question, but here is a related
one:
I'm using a tiddler that I transclude in view template. This tiddler has a
button which launch an event. If I use this in the normal way, it works as
expected setting the tiddlerTitle to the title of the tiddler where the
button is transcluded. But if I enclose the button inside a popup reveal
widget it launch the event with the tiddlerTitle as the source tiddler. How
can I hidde the button but make it think it is in that tiddler?
El sábado, 5 de abril de 2014 22:56:19 UTC+2, Danielo Rodríguez escribió:
>
> Hello
>
> I want to create a widget that captures certain message events.
> I used part of the code of the NavigatorWidget with no success.
> Can this be accomplished? How?
> Thanks in advance.
>
> Here is what I am trying
>
> var MyWidget = function(parseTreeNode,options) {
> this.initialise(parseTreeNode,options);
> this.addEventListeners([
> {type: "tw-custom-event", handler: "handleEvent"},
> {type: "tw-custom-custom2", handler: "handleEvent"},
> ]);
> };
>
> What am I missing?
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.