This extension is developed for making interactive Accordion jQuery panels
Requirements ¶
Yii 1.1 or above
Usage ¶
...how to use this extension... Extract Zip archive in protected/extensions and place code where you want to show your widget
<?php
$this->widget('ext.accordion.AccordianWidget',
array(
'class'=>'list1 pad_bot1',
'data'=>array(
"TAb Name"=>array("Link Name"=>"URL","Link Name"=>"Url"),
)
)
);
?>
[php]
feel free to contact me in case of any bug or problem
Syed Uzair Shah ¶
syeduzairahmad@live.com
Bad one
Doesnt work and uses google CDN for jquery Ui accordion
Do we really need it? :]
What about CJuiAccordion? What is the difference between in and your extension?
Either I'm missing something or you wrote an extension that is an exact duplicate of functionallity already available in core framework.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.