From 7c3fc10b728ed99e883f2fbf4a9707ff2e1348a2 Mon Sep 17 00:00:00 2001 From: Birgit Becker Date: Tue, 22 Oct 2024 13:23:49 +0200 Subject: [PATCH] Updated EGroupware Customizing (markdown) --- EGroupware-Customizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EGroupware-Customizing.md b/EGroupware-Customizing.md index 8f2b784..f573423 100644 --- a/EGroupware-Customizing.md +++ b/EGroupware-Customizing.md @@ -110,5 +110,5 @@ This eTemplate-directory is build in as an "overlay" allowing file uploads for c }; ``` -* **NEW**: **Customfields do not longer need a specific customfield tab** in the template and the et2-tabbox, they get generated automatically taking some general attributes/properties into account: `cfPrepend="history"` (the default is before history-tab or at the end, if there is no history, but you can also specify other tabs or leave it empty, so the tabs get generated from the beginning!); `cfExclude="customfield-name"` (comma separated for multiple fields), `cfDisabled="true"`(true: disable adding custom-fields e.g. for templates not showing an entry, false (default): add custom-fields) automatic `cfTypeFilter="@info_type"` (infolog) or `cfTypeFilter="$cont[tid]"` (addressbook) and `cfPrivateTab="!$cont[no_private_cfs]"` (Address Book only, as app-config allows to get private custom fields in a separate tab) +* **NEW**: **Customfields do not longer need a specific customfield tab** in the template and the et2-tabbox, they get generated automatically taking some general attributes/properties into account: `cfPrepend="history"` (the default is before history-tab or at the end, if there is no history, but you can also specify other tabs or leave it empty, so the tabs get generated from the beginning!); `cfExclude="customfield-name"` (comma separated for multiple fields), `cfDisabled="true"`(true: disable adding custom-fields e.g. for templates not showing an entry, false (default): add custom-fields) automatic `cfTypeFilter="@info_type"` (infolog), cfTypeFilter="$cont[tr_tracker]" (tracker) or `cfTypeFilter="$cont[tid]"` (addressbook) and `cfPrivateTab="!$cont[no_private_cfs]"` (Address Book only, as app-config allows to get private custom fields in a separate tab) * **If you want to position a customfield e.g. "customer-number" in another tab**, you specify in et2-tabbox `cfExclude="customer-number"` and in the tab where it should be displayed simply ``. \ No newline at end of file