Check documentation for the latest version of dhtmlxSuite attachForm DHTMLX Docs

attachForm

attaches dhtmlxForm to a tab

dhtmlXForm attachForm(object conf);
confobjectform conf (please, check form docs for details)
dhtmlXFormdhtmlXForm instance

Example

var myForm = myTabbar.tabs(id).attachForm({...});

Back to top