You can render individual elements and decorators.

echo $this->form;// renders the whole thing
echo $this->form->render(false); //renders the opening form tag

echo $this->form->element; //renders the given element (can be a display
group)
echo $this->form->element->renderLabel(); //renders the Label decorator for
the element


Cheers,
David
-- 
View this message in context: 
http://n4.nabble.com/Zend-Form-Question-tp1574818p1578041.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to