ajax.inc |
includes/ajax.inc |
|
ajax integration for select2. |
README.txt |
README.txt |
|
Drupal select2 module:
------------------------
Maintainers:
Andrey G Polyakov (http://drupal.org/user/1200780)
Requires - Drupal 7, Libraries API (7.x-2.x), jQuery Update
License - GPL (see LICENSE)
Overview:
--------
Select2 is a jQuery… |
select2.admin.inc |
pages/select2.admin.inc |
|
admin forms for select2. |
select2.api.php |
select2.api.php |
|
Hooks provided by the Select2 module. |
select2.drush.inc |
drush/select2.drush.inc |
|
drush integration for select2. |
select2.info |
select2.info |
|
name = Select 2 integration
description = Adds integration with the <a herf="http://ivaynberg.github.io/select2" target="_blank">Select2</a> Javascript plugin.
core = 7.x
package = User interface
configure =… |
select2.install |
select2.install |
|
Install, update, and uninstall functions for the Select2 module. |
select2.module |
select2.module |
|
Main file for Select2 module. |
select2_integration.css |
css/select2_integration.css |
|
.select2-container.error {
background-image: none;
border: solid 1px red;
}
#select2-drop-mask {
width: 0!important;
height: 0!important;
}
.select2-results .select2-highlighted {
background: #e5eef7;
color:… |