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 followers
234 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Tags:
Developed by: Arpit Sharma
Created on: Mar 14, 2013
Last updated: 11 years ago

Downloads

show all