Public Member Functions | |
isDateOrDateTime ($field) | |
addWizard (&$arrStruct, $type) |
Definition at line 30 of file class.tx_date2cal_shared.php.
tx_date2cal_shared.isDateOrDateTime | ( | $ | field | ) |
Checks the given field if its a date or datetime field...
array | $field TCEforms field (only the part with type and eval as keys) |
Definition at line 37 of file class.tx_date2cal_shared.php.
Referenced by tx_date2cal_befunc.flexformNoTabs(), tx_date2cal_befunc.flexformTabbed(), and tx_date2cal_extTables.tx_date2cal_setWizard().
tx_date2cal_shared.addWizard | ( | &$ | arrStruct, | |
$ | type | |||
) |
Adds the wizard to a TCEforms field...
array | $arrStruct config part of the field | |
string | $type eval type |
Definition at line 59 of file class.tx_date2cal_shared.php.
Referenced by tx_date2cal_befunc.flexformNoTabs(), tx_date2cal_befunc.flexformTabbed(), and tx_date2cal_extTables.tx_date2cal_setWizard().