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 |
|
#content-field-edit-form .node-tablefield .form-text,
.node-form .node-tablefield .form-text {
width: auto;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
}
#content-field-edit-form .node-tablefield .form-item,
.node-form .node-tablefield… |
tablefield.info |
tablefield.info |
|
name = TableField
description = Defines a generic tablular data field.
dependencies[] = content
package = CCK
core = 6.x
; Information added by drupal.org packaging script on 2010-05-05
version = "6.x-1.2"
core = "6.x"
project =… |
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. |