Cjuiaccordion: How Can I Open Each Panel Until Click

HI,

I am using zii.widgets.jui.CJuiAccordion for my menu.

I want to open each panel until my next click. Say for example I click on a "panel 1" . it will open all the time where I go until my next click on any panel.





$this->widget('zii.widgets.jui.CJuiAccordion',array(

    'panels'=>array(

        'panel 1'=>'content for panel 1',

        'panel 2'=>'content for panel 2',

[size=2]    ),[/size]

    'options'=>array(

        'animated'=>'bounceslide',


        'collapsible'=> true,

    	'autoHeight'=>true,

        'active'=>true,

        'alwaysopen'=>true,

    	'navigation'=>true,

    ),

));



Could you please help me to get the option to open a panel where I go until I click on any panel ?? Helps appreciated …

Hi,

Please go through this link and tell me which kind of functionality do u need ?

http://jqueryui.com/accordion/#collapsible