Make a dropdown menu on a page to find a specific card item
Posted: Mon Sep 12, 2022 9:51 pm
To make a dropdown menu on a page in order to find a specific card asset using Card Container, Flex Grid, Layout Grid or Flex Container.
Thanks to Crispy68.
"Yes, it can be done; however it will simply jump and won't have a smooth scroll.
1. Right click on your card, choose object HTML and in the generated html section note the ID of the card. It will look something like "Card1-card-body".
2. Whatever you are using as the link, go to the link properties and in the link section [of the menu and] make sure the following is set:
Link to = External web address
URL = ID of card (ex: #Card1-card-body)"
I found that it works well with the Go Menu, Themeable Menu set to Bootstap, Slide Menu and works OK with Listview set to Drop List, but not the best.
Tab menu is not so good because it not responsive in a layout grid and not at all in the Accordian menu.
Thanks to Crispy68.
"Yes, it can be done; however it will simply jump and won't have a smooth scroll.
1. Right click on your card, choose object HTML and in the generated html section note the ID of the card. It will look something like "Card1-card-body".
2. Whatever you are using as the link, go to the link properties and in the link section [of the menu and] make sure the following is set:
Link to = External web address
URL = ID of card (ex: #Card1-card-body)"
I found that it works well with the Go Menu, Themeable Menu set to Bootstap, Slide Menu and works OK with Listview set to Drop List, but not the best.
Tab menu is not so good because it not responsive in a layout grid and not at all in the Accordian menu.