Check documentation for the latest version of dhtmlxSuite attachForm DHTMLX Docs

attachForm

attaches dhtmlxForm to a cell

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

Example

var myForm = dhxComponent.cells(id).attachForm({...});

Back to top