Check documentation for the latest version of dhtmlxSuite getActualValue DHTMLX Docs

getActualValue

gets value which will be sent to a server once the form is submitted

string getActualValue();
stringthe value to be sent to the server

Example

myCombo.getActualValue();

Back to top