pjcarousel Creating Carousel using JCarousel plugin of JQuery

  1. Requirements
  2. Usage
  3. Resources

JQuery JCarousel wrapper for Yii developers.

Requirements

Yii 1.1 or above

Usage

Extract in protected/extensions

HTML Code

<ul id="foo"  class="jcarousel-skin-tango">
    <li> p </li>
    <li> e </li>
    <li> r </li>
    <li> o </li>
</ul>

PHP Code

$this->widget('ext.pjcarousel.PJCarousel', array(
	'id' => 'foo',
        'skin'=>'tango',
        'config'=>array(
            'visible'=>8
        )
));

Resources

http://sorgalla.com/jcarousel/ http://www.perochak.com

1 0
3 followers
380 downloads
Yii Version: 1.1
License: MIT
Category: User Interface
Developed by: PeRoChAk
Created on: Mar 24, 2013
Last updated: 11 years ago

Downloads

show all