Canvas Pages and Modules
3.0.0
3.0.0
  • Welcome
  • PAGES
    • Page Flair Group
    • Free Bubble Marketing Page
    • Premium Bubble Marketing Page
    • Centered Profile Page
    • Left-Justified Profile Page
    • Standard Page
    • Toggle Tabs Page
    • Menu Page
    • Mobile Menu Page
    • Video List Page
    • Standard Portal / Dashboard Page
    • Simple Portal / Dashboard Page with Icons
    • Double Sidebar Portal Page Template
    • Search Page
    • Map Search Page with Toggle and Filters
    • Floating Map Search Page
    • Search Bar Page
    • Multi-Step Page With Progress Bar
    • Standard Multi-Step Process Page
    • Multi-Step Process Page with Sidebar
    • Gallery Profile or Product Page
    • Sidebar Profile Page
    • 2-Column Menu Tabs Page
    • 2-Column Checkout Page
    • 2-Column Video Chat Page
    • Vertical Multi-Step Page Template
  • BLOCKS
    • Monthly Calendar Scheduling Widget
    • No Reply Comments Thread
    • Nested Comments Thread (with Like and Reply)
    • Placeholder Group
    • List with Circular Progress Bar Repeating Group
    • Top Input Chat Widget
    • Bottom Input Chat Widget
    • Toggle Tabs Group
    • Single-Select or Multi-Select Pill Tabs Group
    • To-Do List Repeating Group
    • Title Group with Button and Filters
    • Product Details Group With Progress Bar
    • Listing details with Icons and Menu Focus Group
    • Week Daily Availability Group
    • Frequently Asked Questions (FAQ) Repeating Group
    • Dismissible Module
    • Video Group
    • About Group
    • Add to Cart Group
    • Full Width Map with Directions Link
    • Location Module (Map and Directions)
    • Drag and Drop Repeating Group
    • Advanced Form Inputs Group
    • Reviews Repeating Group with User Images
    • Reviews (Text Only) Repeating Group
    • Nested Repeating Group
    • Standard Repeating Group with Image
    • Search Bar Group
    • Listing Details Group
    • Post Group with Upvoting UI
    • Large Chart Dashboard Widget
    • Chart With Key Metrics Dashboard Widget
    • Main Image with Thumbnails
    • Centered Profile Block
    • Left-justified Profile Block
    • Tile Image Gallery and Popup
    • Image Feed with Nested Comments Thread
    • 1-Column Standard Form Inputs Group
    • 2-Column Repeating Group (Text, Link, Image, and Description)
    • 2-Column Repeating Group (Link, Text, and Button)
    • 2-Column Repeating Group with Actions
    • 2-Column Grid Tiles Repeating Group
    • 2-Column Form Group
    • 2-Column Sortable List Repeating Group (With Image, Link, Star Rating, and Text)
    • 2-Column Table and Key Metrics Dashboard Widgets
    • 2-Column Progress Bar Chart Dashboard Widgets
    • 2-Column Chart and Key Metrics Dashboard Widgets
    • 2-Column Large Metrics Dashboard Widgets
    • 3-Column Large Metrics Dashboard Widgets
    • 3-Column Dashboard Widgets
    • 3-Column Repeating Group (Text, Link, Image, and Description)
    • 3-Column Text and Link Repeating Group
    • 3-Column Icons with Labels Repeating Group
    • 3-Column Grid Tiles Repeating Group
    • 3-Column Mini Grid Tiles Repeating Group
    • 3-Column Tiles with Buttons Repeating Group
    • 3-Column Horizontal Scroll Repeating Group
    • 4-Column Dashboard Widgets
    • 4-Column Large Metrics Dashboard Widgets
    • 4-Column Tiles Repeating Group
    • 4-Column Icon Tiles Repeating Group
    • 4-Column Profile Tiles Repeating Group
    • Standard Data Table
    • Mobile-Friendly Data Table
    • Standard Horizontal Scroll Data Table
    • Infinite Columns Horizontal Scroll Data Table
    • Infinite Columns Horizontal Scroll Data Table with Fixed First Column
  • Popups
    • Confirmation Popup
    • Message Popup
    • Image Popup
    • Video Popup
    • Vertical Scroll Popup
    • Edit Popup
    • Standard Form Popup
    • Subscribe Popup
    • Feedback / Contact Popup
    • Details Popup
    • Add List Popup
    • Advanced Form Popup
    • Rating Popup
    • Toggle Tabs Popup
    • Share Popup
    • Multi-Step Popup
    • Invoice Popup
    • Stripe Credit Card Purchase Popup
    • View Profile Popup
    • Send Message Popup
    • Multi-Select Pill Tabs Popup
    • Pricing Plans Popup
  • Reusables
    • filters_template
    • menufocus_template or Menu options (︙)
Powered by GitBook
On this page
  • Menufocus_template Reusables Overview
  • How do I make copies of the menufocusgroup_template and use it for other data types?

Was this helpful?

  1. Reusables

menufocus_template or Menu options (︙)

Previousfilters_template

Last updated 4 years ago

Was this helpful?

Menufocus_template Reusables Overview

When you want to provide the user with several options for actions to take that pertains to an individual Thing (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.

You should clone the menufocusgroup_template reusable element for every object that you want to allow your users to modify in this way.

For example, if you have a data table repeating group that displays a list of Users, and you would like to use this dropdown to Edit or Delete Users in each row, you would need to have a menufocusgroup_user reusable element, created from the menufocusgroup_template element.

How do I make copies of the menufocusgroup_template and use it for other data types?

Create a copy of the menufocusgroup_template reusable element and give it a name that includes the data type that this will be modified by.

  • To do this, create a copy of the menufocusgroup_template reusable element and give it a name that includes the data type that this will be modified by. For example, if you are going to display a list of Users in the data table, and you do not already have a menufocusgroup that can edit an individual User, the menufocusgroup_template reusable element can be copied and named "menufocusgroup_user" as shown below:

  • Once the copy has been made, change the type of content from "Dummy", to "User" (or the data type that you are creating this menufocusgroup for)

  • Next, change the group focus element's type of content from "Dummy" to "User" (or the data type that you are creating this menufocusgroup for)

  • Now that the correct type of content is in place for the reusable element and the groupfocus element, we can edit the individual menu option's shown within the groupfocus element (e.g. "Edit", "Delete", and any other options needed). By default, all menu options are hidden by default, except for "Edit" and "Delete"). To toggle the visibility in the editor of the other, placeholder options, expand the Elements tree, and use the eye icons to toggle their visibility

  • To change which options are visible by default, select the group which contains the elements for one of the menu options, and check or uncheck the settings for This element is visible on page load to show or hide that menu option:

When adjusting whether an element is visible on page load or not, make sure that you adjust the group's visibility settings (e.g. Group Option 1, Group Option 2, Group Option 3, etc.), and not the text element within the group's visibility settings (e.g. Text Option 1, Text Option 2, Text Option 3, etc.). This will ensure that the group's height collapses if it is unused.

  • When the visibility settings are in place for the menu options that you need, modify the workflows for the individual group options to meet your application's requirements.

After the workflows are in place you can then use this menufocusgroup in any relevant repeating group, where these menu options are useful. When Canvas imports new repeating group modules into your application, it automatically uses the "menufocusgroup_template" reusable element. You can delete the instance of that element within the repeating group, and replace it with the functional, corresponding menufocusgroup instead as shown in the example here:

https://www.loom.com/share/3693c4b290194d338161b8074af778f6
Create a copy of the menufocusgroup_template reusable for the data type that will be displayed in this table, if one doesn't exist already.
Update reusable data content
Update reusable data content
Update reusable data content