From 84a4608e9521a30d14a41c98bd2639c5ad674b05 Mon Sep 17 00:00:00 2001 From: Dominic Watson Date: Mon, 15 Jul 2024 16:12:18 +0100 Subject: [PATCH] Document new items available to top right buttons --- .../40.datamanager/customization/topRightButtonsFormat/page.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/02.devguides/40.datamanager/customization/topRightButtonsFormat/page.md b/docs/02.devguides/40.datamanager/customization/topRightButtonsFormat/page.md index 5410175..d48c304 100644 --- a/docs/02.devguides/40.datamanager/customization/topRightButtonsFormat/page.md +++ b/docs/02.devguides/40.datamanager/customization/topRightButtonsFormat/page.md @@ -33,6 +33,9 @@ If you wish your button to be a drop down menu, use the `children` array. Each i * `match` _(optional)_: The prompt modal dialog will display this word and requires that the user enters it in order to continue. * `target` _(optional)_: Optional link target, e.g. "\_blank" to open in a new tab * `icon` _(optional)_: Font awesome icon class for the item. Icon will appear before the title +* `linkClass` _(optional)_: Available from 10.27 onwards; CSS class(es) to attach to the anchor tag +* `liClass` _(optional)_: Available from 10.27 onwards; CSS class(es) to attach to the list item tag +* `children` _(optional)_: Available from 10.27 onwards; An array of more child items (each item matching this child item format). Will create a nested dropdown. As of 10.20, child actions can be supplied as a pre-rendered string **or** you can supply the explicit string "---" to create a spacer entry.