setBottomText

adds custom text at the bottom of the FormInput control

void setBottomText(string text);
textstringthe text to be added at the bottom of the control

Example

$$("$forminput1").setBottomText("mytext");

Back to top