Is there a way to open a popup from a navbar-custom-component?
Is there a way to open a popup from a navbar-custom-component?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is there a way to open a popup from a navbar-custom-component?
Hi,
Sure.
Add Open pop-up action on Navbar item click event https://devcenter.appery.io/documenta....
But in the custom component editor I can't drag and drop the pop-up on the screen
Any ideas why this isn ́t working?
Hello Benjamin,
1) add pop-up to desired page
2) place next js code for click event of your navbar item
Apperyio("pop_up_component_name").popup("open");
Note: this code will trigger exception if user tries to click on navbar item on page without popup component with name "pop_up_component_name"