Difference between revisions of "Sf spanmatrix"
From ARK
Andydufton (talk | contribs) |
(No difference)
|
Revision as of 10:02, 14 November 2008
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(
)
);