You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's very convenient having inform(), confirm() & ajax() as methods directly on widgets even though they are ultimately implemented at the page level. Dialogs are used heavily on the Zazzle site, and it'd be nice to not have to call the callInherited() method each time we want to launch a dialog because it's defined on the page widget. It'd be nice to have a similar helper method on Uize.Widget called launchDialog() or simply dialog()
The text was updated successfully, but these errors were encountered:
It's very convenient having
inform()
,confirm()
&ajax()
as methods directly on widgets even though they are ultimately implemented at the page level. Dialogs are used heavily on the Zazzle site, and it'd be nice to not have to call thecallInherited()
method each time we want to launch a dialog because it's defined on the page widget. It'd be nice to have a similar helper method on Uize.Widget calledlaunchDialog()
or simplydialog()
The text was updated successfully, but these errors were encountered: