Hi,
I want to fill a form with entries from a XML file and allow the user to edit and save them. Therefore I created a DataSource with DataSourceTextFields and
connected them with the XML entries. The DataSource is added to the form and displays the data correctly.
Is it possible to layout the returned DataSourceTextFields in a way you can do it with the TextItems of a DynamicForm (e.g. setColSpan ...)? If this is not possible is there a way to map the content of DataSourceTextFields to DynamicForm elements?
Thank you for any help.
Best wishes,
Flo
I want to fill a form with entries from a XML file and allow the user to edit and save them. Therefore I created a DataSource with DataSourceTextFields and
connected them with the XML entries. The DataSource is added to the form and displays the data correctly.
Is it possible to layout the returned DataSourceTextFields in a way you can do it with the TextItems of a DynamicForm (e.g. setColSpan ...)? If this is not possible is there a way to map the content of DataSourceTextFields to DynamicForm elements?
Thank you for any help.
Best wishes,
Flo
Comment