Sets the textbox's placeholder text, which is shown when no text is entered.
Returns this select.
Usage | Returns |
---|---|
Textbox.setPlaceholder(placeholder) | ui.Textbox |
Argument | Type | Details |
---|---|---|
this: ui.textbox | ui.Textbox | The ui.Textbox instance. |
placeholder | String | The select's placeholder text. |