Hello,
I am trying to split a form into tabs like in this example:
http://www.smartclient.com/smartgwt/showcase/#layout_form_splitting
But I see for each Tab there is a DynamicForm... is it possible to do that using only one form?!
In my situation I am displaying a record with a lot of fields, that's why I am separating it into tabs... is there a way to split the form into tabs without creating a form for each tab?
Each form would then have the criteria (recordID), etc.
Thanks!
I am using SmartGWT 2.4 EE.
Thank you for your help
I am trying to split a form into tabs like in this example:
http://www.smartclient.com/smartgwt/showcase/#layout_form_splitting
But I see for each Tab there is a DynamicForm... is it possible to do that using only one form?!
In my situation I am displaying a record with a lot of fields, that's why I am separating it into tabs... is there a way to split the form into tabs without creating a form for each tab?
Each form would then have the criteria (recordID), etc.
Thanks!
I am using SmartGWT 2.4 EE.
Thank you for your help
Comment