Hi
I'm using Smart GWT Pro 2.4.
I have the following class:
MyClass extends com.smartgwt.client.widgets.Window
The window have the following members:
- Label
- Label
- DynamicForm
- IButton
How do I set the IButton to be the default on enter. I doesn't get an answer from the documentation or see any threads alike.
I'm using Smart GWT Pro 2.4.
I have the following class:
MyClass extends com.smartgwt.client.widgets.Window
The window have the following members:
- Label
- Label
- DynamicForm
- IButton
How do I set the IButton to be the default on enter. I doesn't get an answer from the documentation or see any threads alike.
Comment