/[drupal]/contributions/modules/betterselect/README.txt
ViewVC logotype

Contents of /contributions/modules/betterselect/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri May 30 17:37:25 2008 UTC (17 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/plain
Adding Better Select module; overrides all multiselect HTML select elements and replaces them with stylized checkboxes.
1 // $Id$
2
3 CONTENTS OF THIS FILE
4 ---------------------
5
6 * Introduction
7 * Installation
8
9
10 INTRODUCTION
11 ------------
12
13 Authors:
14 * Jeff Robbins (jjeff)
15 * Károly Négyesi (chx)
16 * Angela Byron (webchick)
17
18 This Module Made by Robots: http://www.lullabot.com
19
20 Multiselect HTML select elements are hard for users. Selecting more than one
21 requiress Ctrl+clicking (or Cmd+clicking on Macs) and explaining this to users
22 who sometimes have trouble even clicking the mouse at all is no one's idea of
23 fun.
24
25 Better Select module overrides all multiselect HTML elements in Drupal and
26 replaces them with checkboxes, in an auto-scrolling div so they don't take up
27 much room on the page.
28
29
30 INSTALLATION
31 ------------
32
33 1. Copy the betterselect directory to your sites/SITENAME/modules directory.
34
35 2. Enable the module at Administer >> Site building >> Modules.
36
37 That's it! This module will automatically convert any multiselect HTML elements
38 to use the new stylized checkboxes.
39
40

  ViewVC Help
Powered by ViewVC 1.1.2