Skip to content
Snippets Groups Projects
Select Git revision
  • 5.x-1.x
  • 7.x-2.x default
  • 8.x-2.x
  • 6.x-1.x
  • 6.x-2.x
  • master
  • 4.7.x-1.x
  • 7.x-2.4
  • 7.x-2.3
  • 7.x-2.2
  • 7.x-2.1
  • 7.x-2.0
  • 7.x-2.0-beta1
  • 6.x-2.0-alpha2
  • 6.x-2.0-alpha1
  • 6.x-1.4
  • 6.x-1.3
  • 6.x-1.2
  • 5.x-1.2
  • 5.x-1.1
  • 5.x-1.0
21 results

matrix

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    The Great Git Migration authored and Drupal Git User (LDAP) committed
    81693dd6
    History
    Name Last commit Last update
    README.txt
    matrix.info
    matrix.install
    matrix.module
    *************
    ** 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