-- SiCo007 <[EMAIL PROTECTED]> wrote
(on Tuesday, 19 February 2008, 04:55 AM -0800):
> Just a quick enquiry about using Zend_Form - Is it possible to have both a
> selectbox and a text box on the same line of form. I.e when rendered to
> combine the two.
> 
> Select Box of Options -> Text Box to add a new option

Yes; you'll need to either:

  * tweak the decorators for those two elements (if they go under a
    separate name)

  * create a custom element with its own decorators (if they go under
    the same name)

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to