| 1 |
*************
|
| 2 |
** README: **
|
| 3 |
*************
|
| 4 |
|
| 5 |
DESCRIPTION:
|
| 6 |
-----------
|
| 7 |
This module provides a field type for cck with table view of textfields.
|
| 8 |
|
| 9 |
|
| 10 |
REQUIREMENTS:
|
| 11 |
-------------
|
| 12 |
The matrix.module requires the content.module to be installed.
|
| 13 |
|
| 14 |
|
| 15 |
INSTALLATION:
|
| 16 |
-------------
|
| 17 |
|
| 18 |
1. Place the entire matrix directory into your Drupal modules/
|
| 19 |
directory.
|
| 20 |
|
| 21 |
|
| 22 |
2. Enable the matrix module by navigating to:
|
| 23 |
|
| 24 |
administer > modules
|
| 25 |
|
| 26 |
Enabling the matrix module will create the necessary database
|
| 27 |
tables for you.
|
| 28 |
|
| 29 |
|
| 30 |
USING THE MATRIX MODULE:
|
| 31 |
------------------------
|
| 32 |
After enableing the module, you can create a new field. Choose the Matrix field, at the moment only
|
| 33 |
textfield widgets are available. On the configuration page, there will appear two large fieldsets, one
|
| 34 |
for setting the columns and one for the rows. Fill in your wanted labels for rows/columns, empty fields
|
| 35 |
won't appear in the node-form.
|
| 36 |
|
| 37 |
|
| 38 |
TODO:
|
| 39 |
-----
|
| 40 |
* Allow users/administrators to add cols and rows dynamically
|
| 41 |
* Adding other widgets
|
| 42 |
|
| 43 |
|
| 44 |
|
| 45 |
Author:
|
| 46 |
-------
|
| 47 |
Matthias Hutterer
|
| 48 |
mh86@drupal.org
|
| 49 |
m_hutterer@hotmail.com
|