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

Request #9942 Implement a setSeperator()-method
Submitted: 2007-01-25 15:37 UTC
From: sw at brainbits dot net Assigned: avb
Status: Closed Package: HTML_QuickForm2
PHP Version: 5.1.6 OS: Linux
Roadmaps: 0.3.0    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2009-09-18 03:16 UTC
Package:
Bug Type:
Summary:
From: sw at brainbits dot net
New email:
PHP Version: Package Version: OS:

 

 [2007-01-25 15:37 UTC] sw at brainbits dot net (Stephan Wentz)
Description: ------------ After creating a group you have no chance (but setting the _separator-attribute directly) to change the group seperator. It would be nice to have a method for this, linear to the other elements. Looking at the code, this should suffice: setSeparator($separator) { $this->_separator = $separator; } Test script: --------------- $form = new HTML_QuickForm(); $form->addGroup('test'); $form->setSeparator('<br>'); Expected result: ---------------- Have a group with separator <br> Actual result: -------------- an error because the method doesn't exist ;-)

Comments

 [2007-03-07 17:09 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2009-09-18 03:16 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!