Hi,
I have a datasource as *.ds.xml file. Its a lot of fields, about 70. In a detail window I would like to show only a part of it and split them into tabs, for example 5 tabs from a tabset. But how can I do that? I would like to decide which of the fields come into which tab.
The example from the showcase shows how to use valuesmanager but how to bind this to datasource?? The examples shows just to assign a datasource to a form and thats it. But in my case and a datasource with a bunch of fields I would like to decide which fields is used and in which tab. Is it possible to bind a single field or is there any simple solution? Not all fields from a datasource will be shown up in the detailwindow.
And I also need a save so I think i have to use one form which includes all tabs, right?
Thx in advance.
I am evaluating the smartgwt framework.
I have a datasource as *.ds.xml file. Its a lot of fields, about 70. In a detail window I would like to show only a part of it and split them into tabs, for example 5 tabs from a tabset. But how can I do that? I would like to decide which of the fields come into which tab.
The example from the showcase shows how to use valuesmanager but how to bind this to datasource?? The examples shows just to assign a datasource to a form and thats it. But in my case and a datasource with a bunch of fields I would like to decide which fields is used and in which tab. Is it possible to bind a single field or is there any simple solution? Not all fields from a datasource will be shown up in the detailwindow.
And I also need a save so I think i have to use one form which includes all tabs, right?
Thx in advance.
I am evaluating the smartgwt framework.
Comment