Hi All..
i've been trying zf 1.7 and add accordionContainer but without
success..... please can anyone give me full examples? can't find it in
manual yet.

in my action:
        function dojoformAction() {
                Zend_Dojo::enableView($this->view);
                
        }

view:

<?= $this->dojo()->enable();  ?>

</head>
<body class=tundra>


<?= $this->accordionContainer(
    'foo',
    $content . "XXXXXXXXXX",
    array(
        'duration' => 200,
    ),
    array(
        'style' => 'width: 200px; height: 300px;',
    ) );
?>



-- 
Kamus Online - http://kamus.landak.com/

Reply via email to