autofill.admin.inc |
autofill.admin.inc |
|
Adminstrative page callbacks for Autofill |
autofill.css |
autofill.css |
|
.autofill-row {
overflow:auto;
clear: both;
}
.autofill-row .form-item {
width: 30%;
float: left;
margin: 1em 1em 1em 0;
}
.autofill-row .form-item input {
width: 100%;
} |
autofill.info |
autofill.info |
|
name = "Autofill"
description = "Autofill module for adding default text to Nojoshmo text fields"
package = "User interface"
dependencies[] = libraries
core = 6.x |
autofill.install |
autofill.install |
|
Installation file for the Autofill module. |
autofill.module |
autofill.module |
|
Main module file for the autofill module for Nojoshmo |
README.txt |
README.txt |
|
Description
This is a simple module to allow the admin user to turn any textfield, textarea
into a simple but very effective autofill field to explain the users how to
fill in the fields. And as the user clicks in the textfield, textarea,
then the… |