Benjamin Schmid-Lanz
Posts: 0
Joined: Sun Mar 29, 2015 4:20 pm

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?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

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....

Benjamin Schmid-Lanz
Posts: 0
Joined: Sun Mar 29, 2015 4:20 pm

Is there a way to open a popup from a navbar-custom-component?

But in the custom component editor I can't drag and drop the pop-up on the screen

Benjamin Schmid-Lanz
Posts: 0
Joined: Sun Mar 29, 2015 4:20 pm

Is there a way to open a popup from a navbar-custom-component?

Any ideas why this isn ́t working?

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

Is there a way to open a popup from a navbar-custom-component?

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"

Return to “Issues”