Check documentation for the latest version of dhtmlxSuite setMaxOpen DHTMLX Docs

setMaxOpen

defines the maximal number of listed options shown for a select button

void setMaxOpen(string|number itemId,number max);
itemIdstring|numberthe id of a select button
maxnumbera max number of listed options

Example

myToolbar.setMaxOpen(itemId, max);

Back to top