Sf xmi

From ARK
Revision as of 10:14, 14 November 2008 by Andydufton (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

The sf_xmi is required to handle XMI linked data from other modules.

Additional Fields

The sf_xmi does not require any additional fields

Example Configuration

$conf_mcd_sphxmi =
    array(
        'view_state' => 'max',
        'edit_state' => 'view', //not yet setup in sf
        'sf_title' => 'site_photo', //appears in the titlebar of the subform (mk nname)
        'sf_html_id' => 'cxt_sph_display', //the form id tag (must be unique)
        'script' => 'php/subforms/sf_xmi.php',
        'sf_nav_type' => 'full',
        'xmi_mod' => 'sph',
        'op_lightbox' => TRUE
	);