From 348671a1d7997366690ae4144af2bc646a291456 Mon Sep 17 00:00:00 2001 From: Birgit Becker Date: Thu, 18 Apr 2024 11:04:33 +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 e33fcdc..31d34c5 100644 --- a/EGroupware-Customizing.md +++ b/EGroupware-Customizing.md @@ -106,5 +106,5 @@ With option "maxlength=2000" the allowed text length can be specified, so user 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 specify also other tabs or leave it empty, so tabs get generated from the beginning!); cfExclude="customfield-name" (comma separated for multiple fields), `cfTypeFilter="@info_type"` (infolog) or `cfTypeFilter="$cont[tid]"` (addressbook) and `cfPrivateTab="!$cont[no_private_cfs]"` (Addressbook 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 specify also other tabs or leave it empty, so tabs get generated from the beginning!); `cfExclude="customfield-name"` (comma separated for multiple fields), `cfTypeFilter="@info_type"` (infolog) or `cfTypeFilter="$cont[tid]"` (addressbook) and `cfPrivateTab="!$cont[no_private_cfs]"` (Addressbook 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 an other 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