CHANGELOG.txt |
CHANGELOG.txt |
|
Compact Forms 7.x-1.x, xxxx-xx-xx
---------------------------------
Compact Forms 7.x-1.0, 2010-01-09
---------------------------------
by sun: Ported to Drupal 7.
Compact Forms 6.x-1.3, 2010-01-09
---------------------------------
by sun: Code… |
compact_forms.admin.inc |
compact_forms.admin.inc |
|
Compact Forms administration functions. |
compact_forms.css |
compact_forms.css |
|
.compact-form-wrapper {
position: relative;
text-align: left;
}
.compact-form-label {
position: absolute;
top: 1px;
left: 5px;
z-index: 1;
font-size: .9em;
} |
compact_forms.info |
compact_forms.info |
|
name = Compact Forms
description = Overlays form fields with their respective labels using JavaScript.
package = User interface
core = 7.x
configure = admin/config/user-interface/compact_forms |
compact_forms.install |
compact_forms.install |
|
Installation functions for Compact Forms module. |
compact_forms.module |
compact_forms.module |
|
Compact Forms Drupal module. |
README.txt |
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… |