sets different font sizes for an entered text and for list options text
sizeInp | string | the font size of text in the input, string format ("11px") |
sizeList | string | the font size of text in the options list, string format ("16px") |
myCombo.setFontSize(sizeInp,sizeList);
added in version 4.0
Back to top