StaticfunctionalityThis functionality applies a certain functionality onto the object toProcess depending on whether a given condition is fulfilled or not. The functionalities to apply are defined by the tagged HTMLInputElement's attributes. Those attributes start with either cb_T_, for attributes to be applied when the tagged HTMLInputElement and the "reference" value are successfully compared by the specified "mode", or with cb_F_ if not. For example to define a JSON.SET that sets the "target"'s style.display property onto the "target" for both success and failure following attributes are also needed for the tagged HTMLInputElement: cb_T_FUNC, cb_T_Path, cb_T_Property, cb_T_ToSet, cb_F_FUNC, cb_F_Path, cb_F_Property, cb_F_ToSet. Omitting T or F attributes will result in nothing to happen in case of success (T) or failure (F).
Config Parameter:
Provided by CodBi.checkAttributes / CodBi.loadConfig.
Provided by CodBi.checkAttributes / CodBi.loadConfig.
A CodBiError a "DateFormat" is specified and the tagged HTMLInputElement'S value couldn't be converted to a Date by formatDate.
Provides the OnChange_Conditional.functionality.
Remarks
Maintainer: Salvatore Callari (Salvatore.Callari@Ansbach.net)