Technical Documentation
ID | Category | Req. | Element | Action |
---|---|---|---|---|
11 | string: field | yes | $zz['fields'][n]['field_name'] Database field name; required, if field value shall be shown or changed in the output. Not all fields of a table have to be defined, the undefined fields will be ignored by the script. Relations: $zz['fields'][n] | Show |
172 | string: field | no | $zz['fields'][n]['fields'][n]['d | Show |
429 | string: field | no | $zz['fields'][n]['foreign_key_fi Relations: subtable | Show |
546 | string: field | no | $zz['fields'][n]['group'] allows to group records select via HTML optgroup-element Relations: select | Show |
614 | string: field | no | $zz['fields'][n]['id_field_name' Relations: $zz['fields'][n]['sql']; select | Show |
418 | string: field | no | $zz['fields'][n]['key_field_name Relations: select; foreign_key | Show |
417 | string: field | no | $zz['fields'][n]['show_hierarchy Relations: select | Show |
188 | string: field | no | $zz['fields'][n]['table_name'] Alias if more subtables are included (used for search only, AFAIK) Relations: subtable | Show |
854 | string: field | no | $zz['fields'][n]['text_field'] similar to display_field, this key must be set to a field name from the SQL query which contains the textual representation of the corresponding spatial field Relations: geo_point | 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 |
35 | string: function | no | $zz['fields'][n]['format'] Formats in form view text content of field with this markup language (e. g. Markdown), function of the same name must lie inside zzform-folder Relations: text; memo | Show |
399 | string: function | no | $zz['fields'][n]['function'] function which will be called to change input value
`function($vars, $field_name);`
$vars = POST vars of fields defined in an array in $zz['fields'][n]['fields']
$fie Relations: hidden | Show |
425 | string: function | no | $zz['fields'][n]['list_format'] function which will be used to format text for display, e. g. markdown | textile, in list part; might be array if you want to use several functions Relations: $zz['fields'][n]['format']; text; memo | Show |
906 | string: function | no | $zz['fields'][n]['list_function' Relations: list_function | Show |
709 | string: function | no | $zz['fields'][n]['post_validatio Relations: $zz['fields'][n]['detail_value'] | Show |
909 | string: function | no | $zz['fields'][n]['subselect']['l Relations: $zz['fields'][n]['subselect']['list_format'] | Show |
171 | string: function | no | $zz['fields'][n]['subselect']['l Relations: $zz['fields'][n]['list_format'] | Show |
813 | string: function | no | $zz['fields'][n]['upload_func'] string; name of a function to format upload values (the only way to handle arrays) Relations: $zz['fields'][n]['upload_field'] | Show |
975 | string: function | no | $zz['fields'][n][format_0'] function to format fields from sql query Relations: $zz['fields'][n]['sql']; select | Show |
199 | string: HTML | no | $zz['fields'][n]['class_add'] class name that will be shown if a subrecord will be added Relations: subtable | Show |
348 records total