Nearly there. I don't like using the <?= syntax so I have: print $this->accordionContainer()->captureStart( 'accordion1', array('title' => 'Pane Title'), array('style' => 'background-color: lightgray;')); print $this->accordionPane( 'p1', 'Pane 1 Content', array('title' => 'Pane 1 Title'), array('style' => 'background-color: lightgray;')); print $this->accordionPane( 'p2', 'Pane 2 Content', array('title' => 'Pane 2 Title'), array('style' => 'background-color: lightgray;')); print $this->accordionContainer()->captureEnd('accordion1'); Now according to your sample I should omit the "print" for the first $this->accordionContainer() BUT if I leave it out it does not work. Problem is if I leave it in in inserts an extra "1" inside the accordion div. --
| ||||
- [fw-general] Question about Zend_Dojo Christoph Dorn
- Re: [fw-general] Question about Zend_Dojo Matthew Weier O'Phinney
- Re: [fw-general] Question about Zend_Dojo Christoph Dorn
- Re: [fw-general] Question about Zend_... Matthew Weier O'Phinney
- Re: [fw-general] Question about Z... Christoph Dorn
- Re: [fw-general] Question ab... Matthew Weier O'Phinney
- Re: [fw-general] Questio... Sudheer
- Re: [fw-general] Question about Z... Christoph Dorn
- Re: [fw-general] Question ab... Matthew Weier O'Phinney
- Re: [fw-general] Questio... Christoph Dorn
