Open a Index Page from Using a Extra Action Button on a Form
Posted: Thu Jul 19, 2012 5:08 pm
Hi,
I have created a new button on a Form using extra action buttons and my requirement is that when i click on this button it should allow me to navigate to Index page. As given in the Documentation of nuBuilder that we can use openForm() method of the JavaScript to navigate to other form. But i am not able to Navigate to the Index page using this method. Following is the script which i have used.
openForm('index', '-1');
But if i use the same script for the Button created in the Form instead of extra action button its working fine. So is there any limitation that openForm() will not work in the Extra Action button. If it is so then please can you provide me a alternative to achieve this.
Regards,
Mohith Bodhankar.
I have created a new button on a Form using extra action buttons and my requirement is that when i click on this button it should allow me to navigate to Index page. As given in the Documentation of nuBuilder that we can use openForm() method of the JavaScript to navigate to other form. But i am not able to Navigate to the Index page using this method. Following is the script which i have used.
openForm('index', '-1');
But if i use the same script for the Button created in the Form instead of extra action button its working fine. So is there any limitation that openForm() will not work in the Extra Action button. If it is so then please can you provide me a alternative to achieve this.
Regards,
Mohith Bodhankar.