Difference between revisions of "Sf spanmatrix"
From ARK
Andydufton (talk | contribs) |
Andydufton (talk | contribs) |
||
| Line 1: | Line 1: | ||
===Description=== | ===Description=== | ||
| + | The sf_spanmatrix handles span relationships that are displayed within a matrix. The span types will need to be defined within cor_lut_spantype as temporal vectors (tvector). | ||
===Additional Fields=== | ===Additional Fields=== | ||
| + | The sf_spanmatrix does not require any additional fields. | ||
===Example Configuration=== | ===Example Configuration=== | ||
Revision as of 10:04, 14 November 2008
Description
The sf_spanmatrix handles span relationships that are displayed within a matrix. The span types will need to be defined within cor_lut_spantype as temporal vectors (tvector).
Additional Fields
The sf_spanmatrix does not require any 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(
)
);