This widget encapsulates s3slider plugin of jQuery.
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.1.4 or above
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
See the following code example:
$this->widget('application.extensions.s3slider.S3Slider',
array(
'images' => array(
array('images/banner/01.jpg', 'Text 1'),
array('images/banner/02.jpg', 'Text 2'),
array('images/banner/03.jpg', 'Text 3'),
array('images/banner/04.jpg', 'Text 2'),
array('images/banner/05.jpg', 'Text 3'),
),
'width' => '720',
'height' => '300',
)
);
Change Log ¶
July 23, 2010 ¶
- Initial release.
men from Belarus
Thanks for you!
OrbitSlider was very bad!
Works good but some issue
Great Extension.
It works good on my localhost. However, the same code has issue on web server. Not able to figure out the cause yet.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.