Check documentation for the latest version of dhtmlxSuite attachForm DHTMLX Docs

attachForm

attaches dhtmlxForm to a window

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

Example

var myForm = myWins.window(id).attachForm({...});

Back to top