Difference between revisions of "Sf chaintable"

From ARK
Jump to: navigation, search
(Created page with "Example configuration: $conf_mcd_assemblage = array( 'view_state' => 'max', 'edit_state' => 'view', 'sf_title' => 'assemblage', //appears in the titl...")
(No difference)

Revision as of 16:24, 12 October 2015

Example configuration:

$conf_mcd_assemblage =

   array(
       'view_state' => 'max',
       'edit_state' => 'view',
       'sf_title' => 'assemblage', //appears in the titlebar of the subform (mk nname)
       'sf_html_id' => 'pottery_ass', //the form id tag (must be unique)
       'sf_nav_type' => 'nmedit',
       'script' => 'php/subforms/sf_chaintable.php',
       'op_assemblage_type' =>  $conf_field_total,// the field of data attached to the item
       'op_sum_field' => $conf_field_total,
       'default' => '0', //the default value for creating new records
       // 'op_chart' => 'yes',
       'op_label' => 'space',
       'op_input' => 'save',
       'fields' => array(
           $conf_field_sherd_class,
           $conf_field_sherd_form,
           $conf_field_sherd_type,
           $conf_field_finddates,
           $conf_field_sherdfunction,
           //$conf_field_locxmicat,
           $conf_field_catxmiloc,
           $conf_field_total,
       ),

);