If the hidden field added to the Zend form leaves extra space between elements, remove those tags around it.
$this->addElement("hidden", "id",
array('disableLoadDefaultDecorators' => true));
That will do it.
sharing some useful programming tips with other developers.
If the hidden field added to the Zend form leaves extra space between elements, remove those tags around it.
$this->addElement("hidden", "id",
array('disableLoadDefaultDecorators' => true));
Copyright 2008 Splashpress Media | Converted by eBlog Templates | Blogging Pro Blogger | Designed by Design Disease
0 comments
Post a Comment