Refresh Navigation Menu without closing modal dialog Oracle Apex 5.1 - oracle-apex-5.1

I need to refresh the side navigation menu on pressing a button while working on the modal dialog page. I can't use window.location.reload(true); because I still want to be in modal page after the refresh. I tried parent.$('.t-Body-nav').trigger('apexrefresh'); but this is not working.
Can anyone help with this?

Related

How to scroll down window in laravel dusk test case

In my case follwing commands are not working
->scrollTo('#required_button')->pause('6000')
->driver->executeScript('window.scrollTo(0, 500);')
->script('window.scrollTo(0, 500);')
I have searched more times but i can't find a solution for this problem. This problem occurs when run the laravel dusk test case click some button but that button show when scroll down the page.
Required button comes with clicking another button and then popup modal, bottom of that modal required button initiated. so i need popup window scroll down to find required button.

Odoo v10 wizard issue

While we clicked any button on wizard then it will inactive all other buttons (not clickable). This is common issue we faced with Odoo v10.
If you will take 3 buttons in wizard and each of the button will download reports in excel then after clicked on that button all button will be disabled (user can not click).
Normal Wizard
After clicked any button all other button became effect less.
Is there any solution for this issue ?

popup is not closing in firefox

Hi I have a jquery function that closes when the user click on the close button in the div or hits enter. Its working fine in chrome. But in firefox, if I click anywhere on the html page and then hit enter its closing. Pls revert back soon with the solution. Thanks in advance.

How do I trigger ajax validation when a button is pressed?

I am using the Yii CActiveForm widget to create a form. On the same page, but separate from the form, I have a button that pops up a JQuery modal dialog box.
Here's what I would like to do (but cannot figure out how to do): When the button is pressed, I would like to validate the form using Ajax before popping up the modal dialog box. If the form has an error, I would like to display all the errors and prevent the modal dialog from opening. If there are no errors, then the modal dialog box should open.
How can I call the Yii ajax validation from within a button click event?

navigate to a page from a popup menu?

While working on pop up menu, I am not able to navigate to a different page, other than the parent of the pop up.
How to achieve this in my WP7 app?
if it is the Popup element, did you do popup.IsOpen=false ; where popup is an object of Popup; after navigating??

Resources