fritzmg / contao-moo-fancyselect
Contao integration for the MooTools FancySelect plugin
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
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/moo_fancyselect: 1.0.0
This package is not auto-updated.
Last update: 2022-02-01 12:44:07 UTC
README
Simple extension to provide the MooTools FancySelect plugin in Contao.
Styling
If you want to create your own styles without overriding the default one, create your own moo_fancyselect
template and remove or disable the line $GLOBALS['TL_CSS'][] = …
in the PHP section of the template.
Configuration
In order to configure the default initialization, create your own moo_fancyselect
template and change the script part. See the documentation of the original plugin for all available options.