pikachoose

PikaChoose is a JQuery based image slider/gallery plugin
5 followers

PikaChoose is a JQuery based image slider/gallery plugin

Requirements

Yii 1.1.x

Usage

1 - Extract in extensions folder 2 - Call as

$data=array(
      '<img src="">',
      '<a href=""><img src=""></a>',
 
 );
$this->widget('ext.pikachoose.pikachoose', array(
    'data'=>$data,
    'options'=>array(
        'carousel'=>false,
        //other options
    )
));

Resources

http://www.perochak.com Your text to link here...

Be the first person to leave a comment

Please to leave your comment.

Create extension
Downloads