coin-slider CoinSliderWidget is wrapper for coin slide jquery plugin (JQuery Slider).

  1. Requirements
  2. Installation
  3. Usage
  4. Resources

Find more info on project page.

help @andrei_tofan

Requirements

Yii 1.1 or above

Installation

Copy the extracted files in protected/extensions

Usage

$this->widget('ext.coinSlider.CoinSliderWidget', array(
    'items' => array(
        array(
            'image' => 'http://workshop.rs/projects/coin-slider/games/prince_of_persia.jpg',
            'alt' => 'Price of Persia',
            'url' => 'http://www.princeofpersiagame.com/',
            'info' => array(
                'title' => 'Demo',
                'text' => 'This is a demo.'
            )
        ),
        array(// without description
            'image' => 'http://workshop.rs/projects/coin-slider/games/brink.jpg',
            'alt' => 'Price of Persia',
            'url' => 'http://www.princeofpersiagame.com/'
        ),
        array(
            'image' => 'http://workshop.rs/projects/coin-slider/games/games/borderlands.jpg',
            'alt' => 'Price of Persia',
            'url' => 'http://www.princeofpersiagame.com/',
            'info' => array(
                'title' => 'Demo',
                'text' => 'This is a demo.'
            )
        )
    )
));

Resources

6 1
12 followers
1 011 downloads
Yii Version: 1.1
License: MIT
Category: User Interface
Developed by: Tofan Andrei
Created on: May 25, 2012
Last updated: 11 years ago

Downloads

show all

Related Extensions