> > Tobias mentioned "the corresponding action widget", but there actually > isn't one in the code you quoted. >
Admittedly, I might be deliberately using the terms wrong. To me, the button widget is an action widget, if not the #one of them. It may contain further action widgets, for sure, but it can, in itself dispatch actions, so it is an action widget, just like select, too. ActionSetField and all those nestable actions are simply extensions to that paradigm and allow to chain actions, but the actual, action triggering widget is not one of those... as they don't do anything without a button. Do they? Eventually the message will reach the navigator widget, which *does* have a > handler for *tm-save-tiddler*, namely the *handleSaveTiddlerEvent* > function that you've already found. This handler is installed by the > constructor function for creating any new navigator widget, right at the > top of *$:/core/modules/widgets/navigator.js*. > Very clear instructions, Astrid. Thank you for the walkthrough. Best wishes, Tobias. -- 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.
