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

Bug #552 Feature request: group hidden fields in ITStatic output
Submitted: 2004-01-10 10:29 UTC
From: avb Assigned: avb
Status: Closed Package: HTML_QuickForm
PHP Version: Irrelevant OS: Irelevant
Roadmaps: (Not assigned)    
Subscription  


 [2004-01-10 10:29 UTC] avb
Description: ------------ Current implementation of ITStatic renderer's renderHidden() method assigns the element's HTML to {form_element_html} placeholder. This adds unnecessary complication to the template, as hidden elements do not need any kind of sophisticated layout and some of them may also have names that are autogenerated by QF or QFC. Suggestion: if {form_hidden} placeholder is present in the template, just collect all the hidden elements' HTML and assign it to this placeholder, else fall back to the current behaviour. The new behaviour will be consistent with how ArraySmarty and ObjectFlexy renderers work now.

Comments

 [2004-03-09 20:56 UTC] avb
Implemented in CVS