is it possible to set limit of digits or words on label?
is there any way to limit the number of digits in label in html, i've searched on internet in every possible way, but didn't get any result..please help me frnds.
like on any textbox or textarea:
<textarea maxLength="10"></textarea>
OR
<input type="text" maxLength="10" />
BTW is it possible to cut the label after certain word limit through javascript?