Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.1

Bug #10835 Error in example code
Submitted: 2007-04-25 08:56 UTC
From: wiesemann Assigned: thesee
Status: Closed Package: HTML_QuickForm_Livesearch (version 0.3.2)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2007-04-25 08:56 UTC] wiesemann (Mark Wiesemann)
Description: ------------ Line 37 of example/index.php is: $form->addElement('text', 'required_field', 'errorTest', 'Some data:'); It should be like this: $form->addElement('text', 'required_field', 'Some data:'); (the label needs to be specified on third position) And: All example files should be in docs/examples/, not in example/.

Comments

 [2007-04-26 07:28 UTC] thesee (Giuseppe Dessi)
Hi, I have just committed the example, so it's solved in CVS version. I'll put the example folder on the docs folder on next release, with versione 2 of xml package. Thank you for submitting this bug. Bye
 [2007-08-29 09:05 UTC] thesee (Giuseppe Dessi)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/HTML_QuickForm_Livesearch