Select Box

Categories

Component ID

2877193

Component name

Select Box

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module will change the look and feel of default select lists( text, integer, float) to new level with an admin configuration settings available at /admin/config/user-interface/select-box, from here admin can change the effect of select list globally.

Requirements

* Drupal Libraries module (http://drupal.org/project/libraries)
* jQuery selectBox (https://github.com/marcj/jquery-selectBox)

Installation

1) Create a libraries/ directory on your server
2) Create a directory within libraries/ named "select-box"
3) Download the latest jQuery selectBox plugin from https://github.com/marcj/jquery-selectBox
4) Enable the jQuery Select Box module

Drush
------
A Drush command is provides for easy installation of the Select Box plugin itself.

% drush select-box-plugin

The command will download the plugin and unpack it in "libraries/".
It is possible to add another path as an option to the command, but not
recommended unless you know what you are doing.