I am using SmartGWT 2.3 and FireFox.
I create a dialog that contain a vlayout and a form.
i use a button onclick handler to call the dialog with "dialog.show()"
my question is when the dialog popup, everything is fine, but i still can access the background control.
how can I disable all background control?
I create a dialog that contain a vlayout and a form.
i use a button onclick handler to call the dialog with "dialog.show()"
my question is when the dialog popup, everything is fine, but i still can access the background control.
how can I disable all background control?
Comment