Extension for making dynamically accordion with button and form.
Download the appyaccodion and extract it. Paste the extracted folder in protected/extensions of your yii application and use below code in view. ...
$this->widget('ext.appy_accordion.ButtonAccordianWidget', array( //'class'=>'list1 pad_bot1', 'tabs'=>array( 'test_tab1'=>'test_value1', 'test_tab2'=>'test_value2', 'test_tab3'=>'test_value3', 'page'=>$this->renderPartial('test_page',null,true) ) ));
Total 1 comment
Hello, Thank you for this extension. May you please provide a demo?
Leave a comment
Please login to leave your comment.