Hi,
Is there any documentation about popupMeta definition ? I would like to use a button "Create" that would load editviewdefs.php, not ContactFormBase.php...
Thanks....PHP Code:$popupMeta =
array(
'moduleMain' => 'Contact',
...
'create' =>
array(
'formBase' => 'ContactFormBase.php',
'formBaseClass' => 'ContactFormBase',
'getFormBodyParams' => array('','','ContactSave'),
'createButton' => $mod_strings['LNK_NEW_CONTACT']
),
...
);


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks