Check documentation for the latest version of dhtmlxSuite getFormData DHTMLX Docs

getFormData

returns a hash of data values

object getFormData( [boolean asString] );
asStringbooleanoptional, true to return data as string, otherwise false
objecta hash of data values

Example

var values = myForm.getFormData();

Back to top