econtentscroller A wrapper for jQuery custom content scroller plugin.

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

A wrapper for jQuery custom content scroller plugin.

Requirements

Tested with Yii 1.1.10 and 1.1.12. may work on other versions

Installation

Extract the file under protected/extensions folder.

Usage

  • Default Usage
$this->widget('application.extensions.econtentscroller.EContentScroller', array(
    'target' => '.content'
));
  • Usage with optional parameters
$this->widget('application.extensions.econtentscroller.EContentScroller', array(
    'target' => '.content',
    'options' => array(
        'theme' => 'dark',
        'horizontalScroll' => true,
        'scrollButtons' => array(
            'enable' => true
        )
    )
));

Resources

2 0
6 followers
277 downloads
Yii Version: Unknown
License: BSD-2-Clause
Category: User Interface
Developed by: Ibrar Turi
Created on: Jan 22, 2014
Last updated: 10 years ago

Downloads

show all

Related Extensions