Sf module

From ARK
Revision as of 16:35, 23 February 2011 by Jessogden (talk | contribs)

Jump to: navigation, search

Description

This subform is primarily used in the left panel for calling modules and detecting the presence of configured detailed forms and registers from within the mod-settings.

$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',
            )
);