2017 © Pedro Peláez
 

yii2-extension yii2-jscrollpane

A jQuery plugin which allows you to replace a browser's default scrollbars.

image

nsept/yii2-jscrollpane

A jQuery plugin which allows you to replace a browser's default scrollbars.

  • Friday, December 25, 2015
  • by nsept
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,256 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 9 % Grown

The README.md

Yii2-jScrollPane Widget

Widget for a jQuery plugin which allows you to replace a browser's default scrollbars (on an element which has overflow: auto) with a HTML structure that can be easily skinned using CSS., (*1)

To see a bunch of examples of jScrollPane in action please visit the jScrollPane website., (*2)

Install

Either run, (*3)

composer require nsept/yii2-jscrollpane "@dev", (*4)

or add, (*5)

"nsept/yii2-jscrollpane": "@dev", (*6)

to the require section of your composer.json file., (*7)

Usage

<? \nsept\jscrollpane\JScrollPaneWidget::widget([
    'container' => '.scroll-pane',
    'mousewheel' => true,
    'settings' => [
        // Plugin options (http://jscrollpane.kelvinluck.com/settings.html)
    ]
]); ?>

<div class="scroll-pane" style="height: 200px; overflow: auto;">
    ...
</div>

The Versions

25/12 2015

dev-master

9999999-dev

A jQuery plugin which allows you to replace a browser's default scrollbars.

  Sources   Download

MIT

The Requires

 

by Avatar nsept

extension yii2 jquery widget scroll jscrollpane

24/12 2015

1.0.0

1.0.0.0

A jQuery plugin which allows you to replace a browser's default scrollbars.

  Sources   Download

MIT

The Requires

 

by Avatar nsept

extension yii2 jquery widget scroll jscrollpane