@@ -242,6 +242,7 @@ const STORE_EMPTY = "E"; // value: '', might helpfull if variable is not defined
constSTORE_SYSTEM="Y";// various system values like db connection credentials
constSTORE_EXTRA='X';// Persistent Store: contains arrays! Not Usefull for user. Used by system.
constSTORE_ADDITIONAL_FORM_ELEMENTS='A';// Internal Store to collect FormElements. Typically for 'hidden' elements of radio and checkbox. Helps render those elements at the end of the whole form rendering.
constSTORE_LDAP='L';
constSTORE_USE_DEFAULT="FSRVD";
...
...
@@ -381,17 +382,28 @@ const VAR_FILENAME = 'filename'; // Original filename of an uploaded file.
constMODE_DB_REGULAR='regular';
constMODE_DB_NO_LOG='noLog';
// PHPO class Typeahead
// PHP class Typeahead
constTYPEAHEAD_API_QUERY='query';// Name of parameter in API call of typeahead.php?query=...&s=... - See also FE_TYPE_AHEAD_SQL
constTYPEAHEAD_API_SIP='sip';// Name of parameter in API call of typeahead.php?query=...&s=...