This extension is a wrapper for JCarroselLite:
- http://gmarwaha.com/jquery/jcarousellite/ *
- Copyright (c) 2007 Ganeshji Marwaha (gmarwaha.com)
- Dual licensed under the MIT and GPL licenses:
- http://www.opensource.org/licenses/mit-license.php
- http://www.gnu.org/licenses/gpl.html
Requirements ¶
JQuery 1.4 Yii 1.4 or above
Usage ¶
<?php $this->beginWidget('ext.scrollingnews.ScrollingNews', array('scriptOptions'=>array('visible'=>2))); ?>
<ul>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ul>
<?php $this->endWidget(); ?>
Resources ¶
...external resources for this extension...
Marking extension as bad?
To other viewers: Please do NOT thumb down this or any other extension (or any Wiki article) without writing at least smallest comment, what you don't like in it. Leaving a thumb down without informing author what is wrong in your opinion doesn't really make any sense! Thank you!
Not working with firefox
I tested the example bellow but it's not working with firefox.... working with IE
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.