menufocusgroup_template (︙)

When you want to provide the user with several options for actions to take on an element (e.g., Edit, View details, Send message, Delete), you can do so using the menu options reusable element.

This focus group reusable element contains a menu of dropdown buttons. The menu popover is triggered by clicking on the icon and can be dismissed by clicking anywhere outside of the focus group. You can add this reusable element to a repeating group and allow users to perform certain actions for each entry.

This reusable element contains two popups:

1)Popup editPopup - Clicking on Option 2 (Edit) in the dropdown will open a standard edit form popup to create or edit a thing.

2) Popup Remove - Clicking on Option 3 (Delete) in the dropdown will trigger a popup to delete a thing.

Custom workflows

Both popups can be triggered through custom workflows 'Create/edit thing' and 'Remove thing'. You can add menufocusgroup_template to a page (e.g., in the hidden variables popup) and then trigger a custom workflow from the menufocusgroup_template reusable element to create/edit or delete a thing.

Last updated