Hi,
I would like to create a simple back button in one of my forms. I’ve already tried using a link to /bonita but I then get two task bar as shown in this screenshot :
http://i60.tinypic.com/zukux2.png
How can I avoid this ?
Thanks
Hi,
I would like to create a simple back button in one of my forms. I’ve already tried using a link to /bonita but I then get two task bar as shown in this screenshot :
http://i60.tinypic.com/zukux2.png
How can I avoid this ?
Thanks
I tried 2 experiments:
Use the link widget by hacking “style” property to (info" target="_top) just the content inside brackets. This will produce a resultant html tag <a ..... class="btn btn-info" target="_top" href="/bonita">
Looks good BUT this DIDN’T work.
This trick use the Button widget. Set the following:
The last one is important, as the button will load window.top.location to this url.