OK, so here is a pretty basic question..
I use SC.say/ask etc. quite extensively, works great and nice not having to fiddle with height depending on the amount of text. However, it always uses booleancallback for the buttons, and now i'm in a scenario where i need a clickhandler.
(the reason: I can't close a separate tab from a booleancallback in Safari, because it decides that i'm in a different context when your clickhandler has called my booleancallback. and doesn't allow me to close it. It works if i throw up my own window and do the same code inside the clickhandler)
In the smart client docs here:
https://smartclient.com/smartclient-...=class..Dialog
a Dialog class is mentioned, but that class doesn't seem to be mapped in Smartgwt?
So i'm basically wondering if there is some way for me to use your pre-configured dialogs but having my own click handlers?
I use SC.say/ask etc. quite extensively, works great and nice not having to fiddle with height depending on the amount of text. However, it always uses booleancallback for the buttons, and now i'm in a scenario where i need a clickhandler.
(the reason: I can't close a separate tab from a booleancallback in Safari, because it decides that i'm in a different context when your clickhandler has called my booleancallback. and doesn't allow me to close it. It works if i throw up my own window and do the same code inside the clickhandler)
In the smart client docs here:
https://smartclient.com/smartclient-...=class..Dialog
a Dialog class is mentioned, but that class doesn't seem to be mapped in Smartgwt?
So i'm basically wondering if there is some way for me to use your pre-configured dialogs but having my own click handlers?
Comment