Difference between revisions of "Sf module"
From ARK
Line 1: | Line 1: | ||
+ | <pre> | ||
$delp_subform_module = | $delp_subform_module = | ||
array( | array( | ||
Line 15: | Line 16: | ||
) | ) | ||
); | ); | ||
+ | </pre> |
Revision as of 16:30, 23 February 2011
$delp_subform_module = array( 'view_state' => 'max', 'edit_state' => 'view', 'sf_nav_type' => 'none', 'sf_title' => 'delpmodlist', 'sf_html_id' => 'delpmodlist', // Must be unique 'script' => 'php/subforms/sf_module.php', 'ark_page'=> 'data_entry', 'fields' => array ( 'cxt', 'smp', 'spf', 'sph', ) );