Login Register

maxlength textarea

How can you specify maxlength for a textarea ?

This Works
dojoType="dijit.form.TextBox" maxLength="25"

This Does Not.
dojoType="dijit.form.Textarea" trim="true" propercase="true" maxLength="25"

How can you specify maxlength for a textarea ?

Syndicate content