作为 Contao 组件的 jscroll 适配库。
2.3.9
2018-02-09 08:28 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-24 18:20:36 UTC
README
作为 Contao Component 的 jScroll 适配库。
安装
composer require heimrichhannot-contao-components/jscroll
配置
将以下内容添加到您的配置中(保留键以防止双重集成)
Contao 4
$GLOBALS['TL_JAVASCRIPT']['huh_components_jscroll'] = 'assets/jscroll/dist/jquery.jscroll.min.js|static';
Contao 3
$GLOBALS['TL_JAVASCRIPT']['huh_components_jscroll'] = 'assets/components/jscroll/dist/jquery.jscroll.min.js|static';
内部
更新库
svn export https://github.com/pklauzinski/jscroll.git/trunk/jquery.jscroll.js ./dist --force
/usr/bin/yui-compressor dist/jquery.jscroll.js -o dist/jquery.jscroll.min.js