Welcome Guest, Not a member yet? Register   Sign In
Close a fancybox or redirect to the parent page in the controller
#1

[eluser]Unknown[/eluser]
Hi,

I need help.
I use fancybox to modify a form.
After submission of the form and processing in the controller,
I would like to close the fancybox or simply display the parent page.

Someone has an idea how to do this.

Thank you for your answers.
#2

[eluser]gummiforweb[/eluser]
Did you put your form in a iframe or just a div?
to close a fancybox, there's a fancybox function you can call.

Code:
$.fancybox.close();

if it's in a iframe, use

Code:
parent.$.fancybox.close();

Reference: Fancybox API
#3

[eluser]Unknown[/eluser]
it works :-)!
Thx




Theme © iAndrew 2016 - Forum software by © MyBB