PHP Classes

Suggestion

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  How to Show Google Ma...  >  All threads  >  Suggestion  >  (Un) Subscribe thread alerts  
Subject:Suggestion
Summary:textarea should implement maxlength
Messages:2
Author:ffff
Date:2007-07-21 22:53:43
Update:2007-07-22 01:46:08
 

  1. Suggestion   Reply   Report abuse  
Picture of ffff ffff - 2007-07-21 22:53:43
The "textarea" inputs should implement some kind of maxlength value to restrict the maximum amount of text entered (or at least submitted). The MAXLENGTH property does not work with textareas. also there isn't any validation function for this...

  2. Re: Suggestion   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-07-22 01:46:08 - In reply to message 1 from ffff
That idea can be better implemented with a plug-in. You may want to check the documentation and existing plug-ins if you want to try implementing this yourself.