You are here

README.txt in Compact Forms 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
-- SUMMARY --

Compact Forms presents text fields for selected forms in a more compact fashion
using jQuery.

The form item/element fields are overlaid with their respective labels.  When
the user focuses a field the label fades away nicely, and if the field is left
empty the label fades back in again.

By default, only the user login block is switched to compact style, but the
behavior can be added to any form by adding the corresponding CSS ids to the
Compact Forms configuration.

For a full description of the module, visit the project page:
  http://drupal.org/project/compact_forms

To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/compact_forms


-- REQUIREMENTS --

* None.


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.


-- CONFIGURATION --

* Configure forms to display compact in Administration » Configuration »
  User interface » Compact Forms.


-- CUSTOMIZATION --

* To programmatically disable the compact forms behavior on a particular form,
  set the following property on the $form element in your form constructor
  function or via hook_form_alter():

    $form['#compact_forms'] = FALSE;


-- CONTACT --

Current maintainers:
* Daniel F. Kudwien (sun) - http://drupal.org/user/54136

Previous maintainers:
* Tom Sundström (tomsun) - http://drupal.org/user/63478

This project has been sponsored by:
* UNLEASHED MIND
  Specialized in consulting and planning of Drupal powered sites, UNLEASHED
  MIND offers installation, development, theming, customization, and hosting
  to get you started. Visit http://www.unleashedmind.com for more information.

File

README.txt
View source
  1. -- SUMMARY --
  2. Compact Forms presents text fields for selected forms in a more compact fashion
  3. using jQuery.
  4. The form item/element fields are overlaid with their respective labels. When
  5. the user focuses a field the label fades away nicely, and if the field is left
  6. empty the label fades back in again.
  7. By default, only the user login block is switched to compact style, but the
  8. behavior can be added to any form by adding the corresponding CSS ids to the
  9. Compact Forms configuration.
  10. For a full description of the module, visit the project page:
  11. http://drupal.org/project/compact_forms
  12. To submit bug reports and feature suggestions, or to track changes:
  13. http://drupal.org/project/issues/compact_forms
  14. -- REQUIREMENTS --
  15. * None.
  16. -- INSTALLATION --
  17. * Install as usual, see http://drupal.org/node/70151 for further information.
  18. -- CONFIGURATION --
  19. * Configure forms to display compact in Administration » Configuration »
  20. User interface » Compact Forms.
  21. -- CUSTOMIZATION --
  22. * To programmatically disable the compact forms behavior on a particular form,
  23. set the following property on the $form element in your form constructor
  24. function or via hook_form_alter():
  25. $form['#compact_forms'] = FALSE;
  26. -- CONTACT --
  27. Current maintainers:
  28. * Daniel F. Kudwien (sun) - http://drupal.org/user/54136
  29. Previous maintainers:
  30. * Tom Sundström (tomsun) - http://drupal.org/user/63478
  31. This project has been sponsored by:
  32. * UNLEASHED MIND
  33. Specialized in consulting and planning of Drupal powered sites, UNLEASHED
  34. MIND offers installation, development, theming, customization, and hosting
  35. to get you started. Visit http://www.unleashedmind.com for more information.