Check documentation for the latest version of dhtmlxSuite setName DHTMLX Docs

setName

sets the name used during the form submitting

void setName(string name);
namestringa new combobox's name

Example

myCombo.setName(name);

Back to top