Dear All, I want to know how can i make action button like picture. Also I used repeater with wixdata, and i want to show action like:“DELETE, DETAIL” and more action. But do not know how to write code.
Thank you~
Hello,
Please start from reading the following articles:
Getting Started with Corvid by Wix - step-by-step tutorial on how to start using Corvid.
Onboarding to Corvid by Wix - introduction to Corvid with short tutorials.
Corvid Tutorial: Adding Custom Interactivity with Events
You can use onClick event handler and show a container box with buttons using show() .
You can also redirect on dropdown click https://www.wix.com/corvid/forum/community-discussion/dropdown-list-with-options-that-can-link-to-pages
https://www.wix.com/corvid/forum/community-discussion/drop-down-list-select-and-link-to-page
https://www.wix.com/corvid/forum/community-discussion/creates-a-drop-down-menu-that-sends-to-a-link
https://www.wix.com/corvid/forum/community-discussion/linking-drop-down-list-onclick-to-database-collection-url-link
https://www.wix.com/corvid/forum/community-discussion/how-to-use-dropdown-menu-to-jump-to-other-pages
Dear Anastasiia
I know i can use show() or dropdown, But it’s difficult and need write more code, Wix public code not have this function create a menu? It’s more field in one page, If use show(), I need add more container in one page.
Thank you