Load tabbed form from php

I would like to dynamically load (when a user clicks on a given button) a form with as many tabs as there are rows in a table. Usually the number of tabs will be small (viz. 1 to 3 or 4). Each tab would contain the same number of fields, including a large multi-line editing field (a reason I prefer this presentation to a grid).

The data should be loaded from a server and, once updated, saved on the server.

Is there an easy standard way to do this?

Hello
Here is “Split Form into Tabs” sample:
dhtmlx.com/docs/products/dht … split.html
Here are some form+data processor samples:
dhtmlx.com/docs/products/dht … s/06_data/
First of all you can use it as example.

Thank you Darua, I’ll try that.

Darya, any reference on how to get the connector to fill one tab of the form per row returned?

The way I understand it, only one row can be passed back… I would like to return several rows/records.

See:
docs.dhtmlx.com/doku.php?id=dhtm … xform_load

load (id)
Loads data into form

Parameters:

id -the id of record , which need to be loaded

Form connector sends only one data for only one record at one time. Unfortunately there is no way to load all the data at once using connector.