README.txt |
README.txt |
|
$Id
README.txt
----------
This module provides a simple, generic form/widget to input tabular data. The form allows the user to select the number or rows/columns in the table, then enter data via textfields. Since this is a CCK field, it is… |
tablefield.css |
tablefield.css |
|
.field-widget-tablefield .form-tablefield .form-text,
.form-tablefield .form-text {
width: auto;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
}
.field-widget-tablefield .form-tablefield table,
.form-tablefield table {
width:… |
tablefield.info |
tablefield.info |
|
name = TableField
description = Defines a generic tablular data field.
core = 7.x
files[] = tablefield.css
files[] = tablefield.module
files[] = tablefield.install |
tablefield.install |
tablefield.install |
|
Installation options for TableField |
tablefield.module |
tablefield.module |
|
This module provides a set of fields that can be used to store
tabular data with a node. The implementation uses a custom CCK widget. |