-- iceangel89 <[email protected]> wrote
(on Sunday, 03 May 2009, 09:28 PM -0700):
> i want to decorate my form in a table something like
> http://www.nabble.com/How-render-Zend_Form-to-html-table--td15299082.html
>
> except in the following format
>
> +--------+----------+-----------+
> | label | label | label |
> +--------+----------+-----------+
> |element| element | element |
> +--------+----------+-----------+
>
> and maybe in abit more conplex like
>
> + ---------------- + ---------------- + ----------------- +
> | | static header | static header |
> + ---------------- + ---------------- + ----------------- +
> | static header | elem | elem |
> + ---------------- + ---------------- + ----------------- +
> | static header | elem | elem |
> + ---------------- + ---------------- + ----------------- +
>
> can i do it?
You can generate whatever markup you want with Zend_Form's decorators.
In case you missed my tutorials on this last month:
http://short.ie/zfdecorators
--
Matthew Weier O'Phinney
Project Lead | [email protected]
Zend Framework | http://framework.zend.com/