mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 18:44:27 +02:00
Allow Selectize.js classes to be overriden.
This commit is contained in:
@@ -749,6 +749,11 @@ class e_form
|
||||
// Load selectize behavior.
|
||||
e107::js('core', 'selectize/js/selectize.init.js', 'jquery');
|
||||
|
||||
$options['selectize']['wrapperClass'] = 'selectize-control';
|
||||
$options['selectize']['inputClass'] = 'selectize-input';
|
||||
$options['selectize']['dropdownClass'] = 'selectize-dropdown';
|
||||
$options['selectize']['dropdownContentClass'] = 'selectize-dropdown-content';
|
||||
|
||||
$jsSettings = array(
|
||||
'id' => vartrue($options['id'], $this->name2id($name)),
|
||||
'options' => $options['selectize'],
|
||||
|
Reference in New Issue
Block a user