You are here

README.txt in Matrix field 5

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
*************
** README: **
*************

DESCRIPTION:
-----------
This module provides a field type for cck with table view of textfields. 


REQUIREMENTS:
-------------
The matrix.module requires the content.module to be installed.


INSTALLATION:
-------------

1. Place the entire matrix directory into your Drupal modules/
   directory.


2. Enable the matrix module by navigating to:

     administer > modules

   Enabling the matrix module will create the necessary database 
   tables for you.


USING THE MATRIX MODULE:
------------------------
After enableing the module, you can create a new field. Choose the Matrix field, at the moment only
textfield widgets are available. On the configuration page, there will appear two large fieldsets, one
for setting the columns and one for the rows. Fill in your wanted labels for rows/columns, empty fields
won't appear in the node-form.


TODO:
-----
 * Allow users/administrators to add cols and rows dynamically
 * Adding other widgets
 


Author:
-------
Original Author:
Matthias Hutterer
mh86@drupal.org
m_hutterer@hotmail.com

Current Maintainer:
Aaron Fulton
aaron@webtolife.org

File

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