Sf interp
From ARK
Description
The sf_interp combines different field types to produce interpretive text fragments associated with actor/date pairings.
Additional Fields
The sf_interp does not require any additional fields.
Example Configuration
$conf_mcd_interp = array( 'view_state' => 'max', 'edit_state' => 'view', 'sf_nav_type' => 'full', 'sf_title' => 'interp', 'sf_html_id' => 'cxt_interp', // Must be unique 'script' => 'php/subforms/sf_interp.php', 'op_label' => 'space', 'op_input' => 'save', 'fields' => array( $conf_field_interp, // Text $conf_field_interpretedby, // Action $conf_field_interpretedon // Date ) );