Difference between revisions of "Sf number"
From ARK
Andydufton (talk | contribs) |
Andydufton (talk | contribs) |
||
| Line 22: | Line 22: | ||
); | ); | ||
</pre> | </pre> | ||
| + | |||
| + | [[category:Administrator]] | ||
Latest revision as of 11:17, 14 November 2008
Description
The sf_number is a subform for handling basic number information.
Additional Fields
This subform does not require any additional fields.
Example Configuration
$conf_mcd_hf_numofbags =
array(
'view_state' => 'max',
'edit_state' => 'view',
'sf_nav_type' => 'full',
'sf_title' => 'hf_numofbags',
'sf_html_id' => 'smp_hf_numofbags', // Must be unique
'script' => 'php/subforms/sf_number.php',
'op_label' => 'space',
'op_input' => 'save',
'fields' => array(
$conf_field_hf_numofbags
)
);