Sf spanmatrix

From ARK
Revision as of 10:02, 14 November 2008 by Andydufton (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Additional Fields

Example Configuration

$conf_mcd_matrix = 
    array(
        'view_state' => 'max',
        'edit_state' => 'view',
        'sf_title' => 'matrix',
        'sf_nav_type' => 'full',
        'sf_html_id' => 'cxt_matrix', // Must be unique
        'script' => 'php/subforms/sf_spanmatrix.php',
        'op_fancylabels' => 'off',
        'op_fancylabel_dir' => 'topdown',
        'op_label' => 'space',
        'op_input' => 'plus_sign',
        'op_spantype' => 'tvector',
        'fields' => array(
		)
	);