Difference between revisions of "Sf interp"
From ARK
Andydufton (talk | contribs) |
Andydufton (talk | contribs) |
||
| Line 24: | Line 24: | ||
); | ); | ||
</pre> | </pre> | ||
| + | |||
| + | [[category:Administrator]] | ||
Latest revision as of 11:19, 14 November 2008
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
)
);