Public Member Functions | |
getSessionVars ($sessionContext) | |
setSessionVars ($sessionContext) | |
setParentFormData ($formName, $elemName=null, $pickerMap=null) | |
pickToParent ($recId=null) | |
insertToParent () | |
joinToParent ($recIds=null) | |
addToParent ($recIds=null) | |
Data Fields | |
$m_ParentFormElemName = "" | |
$m_PickerMap = "" | |
$m_ParentFormRecord |
Definition at line 25 of file PickerForm.php.
addToParent | ( | $ | recIds = null ) |
Add a record (popup) to the parent form if OK button clicked, (M-M or M-1/1-1)
Definition at line 265 of file PickerForm.php.
getSessionVars | ( | $ | sessionContext ) |
Get/Retrieve Session data of this object
SessionContext | $sessionContext |
Reimplemented from EasyForm.
Definition at line 46 of file PickerForm.php.
joinToParent | ( | $ | recIds = null ) |
Join a record (popup) to parent form
<type> | $recId |
Definition at line 184 of file PickerForm.php.
pickToParent | ( | $ | recId = null ) |
Pick data to parent form
<type> | $recId |
Definition at line 90 of file PickerForm.php.
setParentFormData | ( | $ | formName, |
$ | elemName = null , |
||
$ | pickerMap = null |
||
) |
Set parent form data/informations
string | $formName | |
string | $elemName | |
string | $pickerMap |
Definition at line 76 of file PickerForm.php.
setSessionVars | ( | $ | sessionContext ) |
Save object variable to session context
SessionContext | $sessionContext |
Reimplemented from EasyForm.
Definition at line 60 of file PickerForm.php.