Check documentation for the latest version of dhtmlxSuite setFontSize DHTMLX Docs

setFontSize

sets different font sizes for an entered text and for list options text

void setFontSize(string sizeInp,string sizeList);
sizeInpstringthe font size of text in the input, string format ("11px")
sizeListstringthe font size of text in the options list, string format ("16px")

Example

myCombo.setFontSize(sizeInp,sizeList);

Change log

added in version 4.0

Back to top