My skills are definitely too limited...

Here is what I've done : 

D3 double click entent activates a "cliclic" function 

in this function I wrote : 

>     function cliclic(targetTiddler) {

//   alert("node " + targetTiddler + " was double clicked");

  console.log("targetTiddler",targetTiddler);

console.log("event",event.type);  

var d3Click = this.invokeActions(targetTiddler,event.type);                 
>       

console.log("d3Click",d3Click);

}

 


But this returns a script error "Uncaught TypeError: Cannot read property 
'invokeActions' of undefined"

I really do not catch how to use it all...

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/72dc81ef-1955-4292-8178-b8f39ce7005b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to