or <?php echo $form->element1; ?> <p>TEXT</p> <?php echo $form->element2; ?>
On Fri, Aug 21, 2009 at 11:40 PM, Eugene Morgan < [email protected]> wrote: > The quick way is to use the Description decorator as follows ... > $textElement = new Zend_Form_Element('someElement'); > $textElement->setDescription('TEXT'); > > If you are wanting something more complex you could define your own > decorator. > > On Thu, Aug 20, 2009 at 11:49 AM, Enkhbilguun > Erdenetsogt<[email protected]> wrote: > > Hello, > > > > I just wonder how to insert a paragraph or a text string into Zend Form > > elements? > > > > I'm expecting: > > > > <input type="text"> > > <p>TEXT</p> > > <input type="submit"> > > > > > > Do you know how to? > > > > > > Thanks ;-) > > > -- Elvin Şiriyev http://siriyev.net
