unodit
unodit copied to clipboard
use .endDialog() as default/sample for button controls
type: feature request
severity: none
category: output
priority: low
Add a default action sample for buttons. Perhaps as comment in addition to the "#TODO" note. For example closing the dialog might be a worthwhile sample (that was already difficult to find):
# TODO: not implemented
# self.DialogContainer.endDialog(1);
Either for all button control callbacks, or those whose name matches
/close|cancel|exit/
e.g.