s3slider A widget that encapsulates this famous jQuery slider plugin.

  1. Documentation
  2. Change Log

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.
6 0
8 followers
3 565 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: robregonm
Created on: Jul 23, 2010
Last updated: 11 years ago

Downloads

show all