Widget to create a nivo slider images
Requirements ¶
The requirements of using this extension are Yii 1.1 or above and jQuery
Usage ¶
<?php
$this->widget('application.extensions.Slider.TSlider', array(
'images' => array(
array('image' => Yii::app()->theme->baseUrl.'/images/1.jpg'),
array('image' => Yii::app()->theme->baseUrl.'/images/2.jpg'),
array('image' => Yii::app()->theme->baseUrl.'/images/3.jpg'),
array('image' => Yii::app()->theme->baseUrl.'/images/4.jpg'),
array('image' => Yii::app()->theme->baseUrl.'/images/5.jpg'),
array('image' => Yii::app()->theme->baseUrl.'/images/6.jpg')
),
'alt' => 'Images Alt',
'width'=>370,
'height'=>277,
));
?>
any demo
any demo please.
License required?
Do you need to purchase a Nivo slider license to use this extension?
trond, no.
If you read a Nivo slider licence, this say:
Free to Use & Abuse
The Nivo Slider jQuery plugin is open source and released under the MIT license. This means you can use it almost anywhere and for almost any kind of project, including personal and commercial websites and themes you make. It also means you can give back to the community by contributing your own improvements to the slider via GitHub.
@ Touzas
That is excellent. The Nivo slider is really cool.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.