Public Member Functions | |
getFlexFormDS_postProcessDS (&$dataStructArray, $conf, $row, $table, $fieldName) | |
flexformNoTabs (&$dataStructArray) | |
flexformTabbed (&$dataStructArray) |
Definition at line 32 of file class.tx_date2cal_befunc.php.
tx_date2cal_befunc.getFlexFormDS_postProcessDS | ( | &$ | dataStructArray, | |
$ | conf, | |||
$ | row, | |||
$ | table, | |||
$ | fieldName | |||
) |
Hook for manipulating flexform fields Its needed to add the calendar wizard.
array | $dataStructArray flexform value (array of xml file) | |
array | $conf configuration of flexform fields (not needed) | |
array | $row flexform informations of special file (not needed) | |
string | $table table (not needed) | |
string | $fieldName field (not needed) |
Definition at line 45 of file class.tx_date2cal_befunc.php.
References flexformNoTabs(), and flexformTabbed().
tx_date2cal_befunc.flexformNoTabs | ( | &$ | dataStructArray | ) |
Manipulates flexforms without tabs...
array | $dataStructArray flexform value (array of xml file) |
Definition at line 58 of file class.tx_date2cal_befunc.php.
References tx_date2cal_shared.addWizard(), and tx_date2cal_shared.isDateOrDateTime().
Referenced by getFlexFormDS_postProcessDS().
tx_date2cal_befunc.flexformTabbed | ( | &$ | dataStructArray | ) |
Manipulates flexforms with tabs...
array | $dataStructArray flexform value (array of xml file) |
Definition at line 76 of file class.tx_date2cal_befunc.php.
References tx_date2cal_shared.addWizard(), and tx_date2cal_shared.isDateOrDateTime().
Referenced by getFlexFormDS_postProcessDS().