Extension for making dynamically accordion with button and form.
Usage ΒΆ
Download the appyaccodion and extract it. Paste the extracted folder in protected/extensions of your yii application and use below code in view. ...
<?php
$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)
)
));
?>
Demo Link
Hello,
Thank you for this extension.
May you please provide a demo?
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.