From dfff99fe4eb477f3366b8812b7ee5219639bb93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Jahnsm=C3=BCller?= Date: Wed, 1 Sep 2021 22:15:04 +0200 Subject: [PATCH] Update list.md --- docs/dev/reference/dca/list.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/dev/reference/dca/list.md b/docs/dev/reference/dca/list.md index 0978c8a1e..3a80fb0de 100644 --- a/docs/dev/reference/dca/list.md +++ b/docs/dev/reference/dca/list.md @@ -79,6 +79,7 @@ $GLOBALS['TL_DCA']['tl_example']['list']['global_operations'] = [ | icon | Icon (`string`) | Path and filename of the icon. | | class | CSS class (`string`) | CSS class attribute of the button. | | attributes | Additional attributes (`string`) | Additional attributes like event handler or style definitions. | +| showOnSelect | Show on select `bool` | ? Default `false` | | [button_callback](../callbacks/#list-global-operations-operation-button) | Callback function (`array`) | Call a custom function instead of using the default button function. Please specify as `['Class', 'Method']`. | {{< version "4.7" >}} @@ -103,6 +104,7 @@ $GLOBALS['TL_DCA']['tl_example']['list']['operations'] = [ | href | URL fragment (`string`) | URL fragment that is added to the URI string when the button is clicked (e.g. `act=edit`). | | icon | Icon (`string`) | Path and filename of the icon. | | attributes | Additional attributes (`string`) | Additional attributes like event handler or style definitions. | +| showInHeader | Show in header `bool` | ? Default `false` | | [button_callback](../callbacks/#list-operations-operation-button) | Callback function (`array`) | Call a custom function instead of using the default button function. Please specify as `['Class', 'Method']`. | {{< version "4.7" >}}