'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.
    

Odd. I just ran your exact example through, both with and without the
initial print statement, and it worked fine. 
  

My bad. Was a dojo issue. Was missing "height: 300px;" for the accordionConatiner.

Let me know when you have had a chance to look through the app. I want to make it a reference implementation for ZF + Dojo + FirePHP so your feedback would be very valuable before I add all the other components.


Reply via email to