Hi @Silverfox you can invoke an action string you pass to your widget ( <$d3widget actions="""<$action-navigate ... />""" /> ) with "this.invokeActionString(actionstring,...,...,...,)" ... it's in widget.js that would let you choose the actions you want to perform
or you can dispatch an event with "this.dispatchEvent(... ...... ..)" and pass your actions to it it's very useful to search for "dispatchEvent" and "invokeActionString" or "invokeActions" in the tiddlywiki advanced search, to see how the other widgets do it BTC -- 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 [email protected]. To post to this group, send email to [email protected]. 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/9a6c225c-ed2b-499d-944c-7b106d36ec8c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

