| 1 |
/* $Id$ */
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
Compact Forms presents text fields for selected forms in a more compact fashion
|
| 6 |
using jQuery.
|
| 7 |
|
| 8 |
The form item/element fields are overlaid with their respective labels. When
|
| 9 |
the user focuses a field the label fades away nicely, and if the field is left
|
| 10 |
empty the label fades back in again.
|
| 11 |
|
| 12 |
By default, only the user login block is switched to compact style, but the
|
| 13 |
behavior can be added to any form by adding the corresponding CSS ids to the
|
| 14 |
Compact Forms configuration.
|
| 15 |
|
| 16 |
For a full description of the module, visit the project page:
|
| 17 |
http://drupal.org/project/compact_forms
|
| 18 |
|
| 19 |
To submit bug reports and feature suggestions, or to track changes:
|
| 20 |
http://drupal.org/project/issues/compact_forms
|
| 21 |
|
| 22 |
|
| 23 |
-- REQUIREMENTS --
|
| 24 |
|
| 25 |
* None.
|
| 26 |
|
| 27 |
|
| 28 |
-- INSTALLATION --
|
| 29 |
|
| 30 |
* Install as usual, see http://drupal.org/node/70151 for further information.
|
| 31 |
|
| 32 |
|
| 33 |
-- CONFIGURATION --
|
| 34 |
|
| 35 |
* Configure forms to display compact in Administer >> Site configuration >>
|
| 36 |
Compact Forms.
|
| 37 |
|
| 38 |
|
| 39 |
-- CONTACT --
|
| 40 |
|
| 41 |
Current maintainers:
|
| 42 |
* Daniel F. Kudwien (sun) - http://drupal.org/user/54136
|
| 43 |
|
| 44 |
Previous maintainers:
|
| 45 |
* Tom Sundström (tomsun) - http://drupal.org/user/63478
|
| 46 |
|
| 47 |
This project has been sponsored by:
|
| 48 |
* UNLEASHED MIND
|
| 49 |
Specialized in consulting and planning of Drupal powered sites, UNLEASHED
|
| 50 |
MIND offers installation, development, theming, customization, and hosting
|
| 51 |
to get you started. Visit http://www.unleashedmind.com for more information.
|
| 52 |
|