Sf dnarecord
From ARK
Description
This subform is used for showing the DNA of a record. It will show all the data attached to a record all the way down all the chains. This form is used to provide feedback to users in delete record routines, but can also be used in other ways.
Additional Fields
Example Configuration
An example of sf_dnarecord configuration:
$conf_mcd_dnarecord = array( 'view_state' => 'max', 'edit_state' => 'view', 'sf_nav_type' => 'full', 'sf_title' => 'dnarecord', 'sf_html_id' => 'dna_cxt_record', // Must be unique 'script' => 'php/subforms/sf_dnarecord.php', 'fields' => array( //$conf_field_cxtdna ) );