Check documentation for the latest version of dhtmlxSuite getListOptionUserData DHTMLX Docs

getListOptionUserData

returns the userdata of a listed option

mixed getListOptionUserData(string|number parentId,string|number optionId,string name);
parentIdstring|numberthe id of a select button
optionIdstring|numberthe id of a listed option
namestringthe name of userdata
mixeduserdata of a listed option

Example

myToolbar.getListOptionUserData(parentId, optionId, name);

Back to top