setBottomText

sets the input label at the bottom of it

void setBottomText(string text);
textstringthe text of input label

Example

$$('text').setBottomText(text);

Back to top