Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
maxlength of textarea
mon
how do i set maxlength of a textarea?? its quite imp cuz ultimately have to deploy data to the database...
Find more posts tagged with
Comments
Migrateduser
regex
mon
how exactly do i do that?
Bubas_IWOV
Hi,
Use formapi to do your validation.
Bruno
Migrateduser
http://devnet.interwoven.com/forums/cgi-bin/showthreaded.pl?Cat=&Board=PRODUCTS_TEAMSITE&Number=813&Search=true&Forum=All_Forums&Words=regex%20textarea%20maxlength&Match=And&Searchpage=0&Limit=25&Old=allposts&Main=812
I think something like:
validation-regex="^.{1,1000}$"
Actually I would prefer FormAPI.
mon
Thanks a ton.