PHP Classes

Just being curious

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  >  Upcoming Visual HTML ...  >  All threads  >  Just being curious  >  (Un) Subscribe thread alerts  
Subject:Just being curious
Summary:Can I set the TITLE attribute for LABELS using the class?
Messages:4
Author:Matías montes
Date:2007-01-30 18:47:09
Update:2007-02-22 06:42:52
 

  1. Just being curious   Reply   Report abuse  
Picture of Matías montes Matías montes - 2007-01-30 18:47:09
Can I set the TITLE attribute for LABELS using the class?
It's not in the documentation and it doesn't seem to be working by setting LabelTITLE in AddInput() or TITLE in AddLabelPart

  2. Re: Just being curious   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-02-10 02:09:00 - In reply to message 1 from Matías montes
Basically because nobody asked for it, not I ever needed it.

My problem with supporting all possible HTML attributes is that it will make the main class too large.

I may support the label TITLE attribute, but I think I would rather add a more general attribute like LABELExtraAttributes. That way anybody can use all other attributes not directly supported by the main class, without depending on me to implement it.

I hope this can be satisfactory for everybody.

  3. Re: Just being curious   Reply   Report abuse  
Picture of Matías montes Matías montes - 2007-02-11 22:24:53 - In reply to message 2 from Manuel Lemos
yeah, that would be great

  4. Re: Just being curious   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-02-22 06:42:52 - In reply to message 3 from Matías montes
Ok that feature was just implemented in the latest version in the CVS repository.