Page 1 of 1

Open a Index Page from Using a Extra Action Button on a Form

Posted: Thu Jul 19, 2012 5:08 pm
by mohith13158920
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.

Re: Open a Index Page from Using a Extra Action Button on a

Posted: Fri Jul 20, 2012 12:06 am
by admin
Hi Mohith,

Are you using a recent version of nuBuilder that uses breadcrumbs?

That looks like this?
Capture.PNG
Steven

Re: Open a Index Page from Using a Extra Action Button on a

Posted: Fri Jul 20, 2012 8:01 am
by mohith13158920
Hi Steven,

Thanx a lot for your reply.I am using the Latest version of the nuBuilder. But in my requirement i will not see this because i am directly navigating from a calendar application into nuBuilder form to enter details. please see the below screen shot. So thats the reason i need a button that will allow he to navigate to home screen.

Home Screen.PNG

Regards,
Mohith Bodhankar

Re: Open a Index Page from Using a Extra Action Button on a

Posted: Sat Jul 21, 2012 1:13 am
by admin
Mohith,

Try using double quotes..

openForm("index", "-1");


Steven