fritzmg / contao-jquery-scrollpane
Contao integration for jScrollPane plugin
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:contao-module
Requires
- php: >=5.2
- contao-community-alliance/composer-installer: *
- contao/core: ~3.0
Replaces
- contao-legacy/jquery_scrollpane: 1.0.0
This package is auto-updated.
Last update: 2024-10-23 10:17:33 UTC
README
Contao jQuery ScrollPane
Simple extension to provide the jScrollPane plugin by marcj in Contao.
Styling
If you want to create your own styles without overriding the default one, create your own j_scrollpane
template and remove or disable the line $GLOBALS['TL_CSS'][] = …
in the PHP section of the template or set the path to your own styles there.
Configuration
In order to configure the default initialization, create your own j_scrollpane
template and change the script part. By default, the scroll pane initializes with the CSS class .scroll-pane
and with only the default options.