Technical Documentation
- Selection Teilbaum:
- $ops
- $page
- $zz
- $zz_conf
- $zz_conf INTERNAL
- $zz_conf UPLOAD
- $zz_error
- $zz_page
- $zz_setting
- $zz_sql
- $zz_tab
- $zz_var
- WEBSERVER_DIRECTORY
- zz_constants
- zz_fieldtypes
- zz_states
- zzbrick
- zzform
- zzwrap
- – all –
| ID | Category | Req. | Element | Action |
|---|---|---|---|---|
| 741 | array | no | $zz['fields'][n]['replace_values'] replaces submitted value with a different value (e. g. if you ask for some date in a field when somebody has done something and the answer is "no" but you just want to get the date) | Show |
| 618 | boolean | no | $zz['fields'][n]['required'] field requires an input (same behaviour as NOT NULL, but allow flexible table definition) | Show |
| 412 | integer | no | $zz['fields'][n]['rows_max'] max number of rows in textarea (textarea might expand if text is edited to approximately the numbers of rows needed to display all text without scroll bar) Relations: memo | Show |
| 202 | integer | no | $zz['fields'][n]['rows'] number of rows in textarea, will be expanded if a record is edited to approximately the needed length Relations: memo | Show |
| 802 | string: SQL | no | $zz['fields'][n]['search_between'] | Show |
| 619 | string: SQL | no | $zz['fields'][n]['search'] if a field does not appear without an alias or appears ambiguous in the SQL query for 'list' view, here you can define the exact field name or field combination that will be used for search | Show |
| 929 | mixed | no | $zz['fields'][n]['separator_before'] - true: will put a separation before this field, to improve form layout.
- column_begin, column, column_end: put form in two columns
- text bla blubb: will put bla blubb below `<hr>`-Separator Relations: $zz['fields'][n]['separator'] | Show |
| 465 | mixed | no | $zz['fields'][n]['separator'] - true: will put a separation behind this field, to improve form layout. - column_begin, column, column_end: put form in two columns - text bla blubb: will put bla blubb below `<hr>`-Separator | Show |
| 779 | string: filename | no | $zz['fields'][n]['set_folder'] path of folder, files in this folder will be presented for selection (no subfolders), names of chosen files will be saved in database. Relations: select | Show |
| 780 | boolean | no | $zz['fields'][n]['set_show_all_values'] all values will be shown, even if current set does not include value (useful in conjunction with set_folder, when files are deleted from directory) Relations: select; $zz['fields'][n]['set_folder'] | Show |
| 640 | string: SQL | no | $zz['fields'][n]['set_sql'] similar to set, lets you get comma separated values from an SQL query that will be treated similar as a mysql SET field Relations: select | Show |
| 638 | array | no | $zz['fields'][n]['set_title'] similar to enum_title
in combination with set_sql: if = true, uses second field from sql-query as set_title Relations: select; $zz['fields'][n]['set'] | Show |
| 395 | array | no | $zz['fields'][n]['set'] array for set Relations: $zz['fields'][n]['show_values_as_list']; select | Show |
| 782 | boolean | no | $zz['fields'][n]['show_hierarchy_same_table'] set to true: checks if ID in select is equal to main ID and if so, does not display it to user to avoid recursion Relations: $zz['fields'][n]['show_hierarchy'] | Show |
| 416 | integer | no | $zz['fields'][n]['show_hierarchy_subtree'] ID of top hierarchy value, if not set NULL will be used Relations: select; $zz['fields'][n]['show_hierarchy'] | Show |
| 419 | boolean | no | $zz['fields'][n]['show_hierarchy_use_top_value_instead_NULL'] if record is saved, no NULL will be used but show_hierarchy_subtree-ID instead Relations: select; $zz['fields'][n]['show_hierarchy'] | Show |
| 417 | string: field | no | $zz['fields'][n]['show_hierarchy'] shows hierarchy in selects, value must be set to corresponding SQL field name Relations: select | Show |
| 386 | boolean | no | $zz['fields'][n]['show_id'] Normally, id fields get class record_id {display: none;}, show_id stops zzform from doing that Relations: id | Show |
| 178 | boolean | no | $zz['fields'][n]['show_title'] display record: show field title in TH (mainly for subtables, for aesthetic reasons) | Show |
| 298 | boolean | no | $zz['fields'][n]['show_values_as_list'] puts all enum/select values in a radio button list, not in select/option-elements, no matter how many values are available Relations: select; $zz['fields'][n]['set']; $zz['fields'][n]['enum'] | Show |
916 records total