Check documentation for the latest version of dhtmlxSuite setPlaceholder DHTMLX Docs

setPlaceholder

sets a placeholder for a combo input

void setPlaceholder(string text);
textstringthe placeholder's text

Example

myCombo.setPlaceholder("Select country");

Details

limited support (modern browsers only)

Change log

added in version 4.0

Back to top