chosen-drupal.css |
css/chosen-drupal.css |
|
Drupal-specific CSS fixes for the Chosen module |
chosen.admin.inc |
chosen.admin.inc |
|
Chosen administration pages. |
chosen.drush.inc |
drush/chosen.drush.inc |
|
Drush integration for chosen. |
chosen.info |
chosen.info |
|
name = Chosen
description = Makes select elements more user-friendly using <a href="https://harvesthq.github.com/chosen/">Chosen</a>.
package = User interface
configure = admin/config/user-interface/chosen
core = 7.x |
chosen.install |
chosen.install |
|
Installation and uninstallation functions. |
chosen.module |
chosen.module |
|
General functions and hook implementations. |
chosen.variable.inc |
chosen.variable.inc |
|
Definition of variables for Variable API module. |
README.txt |
README.txt |
|
-- SUMMARY --
Chosen uses the Chosen jQuery plugin to make your <select>
elements more user-friendly.
-- INSTALLATION --
1. Download the Chosen jQuery plugin
(https://harvesthq.github.io/chosen/ version 1.1.0 is recommended)
and… |
UPDATE.txt |
UPDATE.txt |
|
-- UPDATING NOTES --
Everyone who upgrades from 1.x version or updates from alpha 2.x or dev
version before 28.07.2013 has to make sure of the following changes:
Chosen 1.1.0 has been released, this is the version chosen.module is using
since now.… |