appyaccordion This extenstion made for dynamic accordion with next button and form.

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)
	)
));
?>
1 0
3
234
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
    Developed by: Arpit Sharma Arpit Sharma
    Created: Mar 14, 2013
    Updated: 13 years ago

    Downloads

    show all