Hello,
I'm evaluating the option of porting my GWT-Ext app to SmartGWT. The main layout of my app (see screenshot below) is based on the GWT-Ext BorderLayout. The "Repository" and "Details" panels function in "auto-collapse" mode, that is, once collapsed, they can be clicked to be temporarily displayed so that the user can interact with them, but automatically collapse once the user's action is completed.
I can't seem to find a similar widget in SmartGWT. Are there any plans on adding such a widget, or is it possible to easily retrofit an existing one to exhibit this behavior? (an example would be very helpful)
(for reference, see the "west" panel in this GWT-Ext example)


Thank you for any pointers!
Boris
I'm evaluating the option of porting my GWT-Ext app to SmartGWT. The main layout of my app (see screenshot below) is based on the GWT-Ext BorderLayout. The "Repository" and "Details" panels function in "auto-collapse" mode, that is, once collapsed, they can be clicked to be temporarily displayed so that the user can interact with them, but automatically collapse once the user's action is completed.
I can't seem to find a similar widget in SmartGWT. Are there any plans on adding such a widget, or is it possible to easily retrofit an existing one to exhibit this behavior? (an example would be very helpful)
(for reference, see the "west" panel in this GWT-Ext example)


Thank you for any pointers!
Boris
Comment