Check documentation for the latest version of dhtmlxSuite showListOption DHTMLX Docs

showListOption

shows a listed option

void showListOption(string|number parentId,string|number optionId);
parentIdstring|numberthe id of a select button
optionIdstring|numberthe id of a listed option

Example

myToolbar.showListOption(parentId, optionId);

Back to top