Check documentation for the latest version of dhtmlxSuite setOptionWidth DHTMLX Docs

setOptionWidth

sets the minimal width for combo list

void setOptionWidth(number width);
widthnumberminimal width

Example

myCombo.setOptionWidth(300);

Details

sets width for popup by using formula: max(option_width, combo_width)

Back to top