inputEx - Textarea Usage
Basic Textarea creation
Use the following code to create a basic inputEx Textarea.
Textarea setValue/getValue
Test of the setValue, getValue methods
Change Textarea size
Set the size using "rows" and "cols" attributes.
More options
Set the min/max length, typeInvite...