This extension is UI components based on jQuery plugin such as gallery, fisheye menu etc.
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0.3 or above
Installation ¶
- Extract the release file under
protected/extensions
Change Log ¶
March 5, 2009 ¶
- Initial release.
March 11, 2009 ¶
- Release 0.2. Full modify, added some new widget. Please, don't use version 0.1
March 12, 2009 ¶
- Release 0.2.1 Added "datepicker", some CSS modify.
I do love this thing
everybody should try this one.
example - fisheye
I did not find example of this use, so i will post one.
<?php $this->widget('ext.jnterface.fisheye', array( 'name'=>'fish', 'menu'=>array( array( 'link'=>'index.php', 'image'=>'images/clock.png', 'title'=>'' ), array( 'link'=>'index.php', 'image'=>'images/display.png', 'title'=>'' ), array( 'link'=>'index.php', 'image'=>'images/email.png', 'title'=>'' ), array( 'link'=>'index.php', 'image'=>'images/email.png', 'title'=>'' ), array( 'link'=>'index.php', 'image'=>'images/home.png', 'title'=>'' ), array( 'link'=>'index.php', 'image'=>'images/web.png', 'title'=>'' ) ) )); ?>
Example
This is a demo of the example below
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.