Jquery Superfish plugin is nice dropdown menu. So i tried to write an extension implement this to Yii.
Code example:
<?php
$this->widget('application.extensions.superfish.RSuperfish', array(
'items'=> array(
array('label' => 'menu item', 'url' => '#', 'items' => array(
array('label' => 'menu item', 'url' => '#'),
array('label' => 'menu item', 'url' => '#', 'items' => array(
array('label' => 'menu item', 'url' => '#')
)),
array('label' => 'menu item', 'url' => '#'),
array('label' => 'menu item', 'url' => '#')
)),
array('label' => 'menu item', 'url' => '#'),
array('label' => 'menu item', 'url' => '#'),
)));
?>
Anyone can tell me how to publish it to yii extensions page?
Thanks,
DzungLee
Attached File(s)
-
superfish.tar (120K)
Number of downloads: 8

Help












