MediaBox autoclose
1 week 1 day ago #73090
by bobaers
MediaBox autoclose was created by bobaers
Hello,
I load the MediaBox and call up another page.
But now I want the MediaBox to close, e.g. after the user has clicked on Submit. The command to close would therefore come from the page called up by the MediaBox, not from the master page.
Is there a way to realize this?
Best regards,
Sascha
I load the MediaBox and call up another page.
But now I want the MediaBox to close, e.g. after the user has clicked on Submit. The command to close would therefore come from the page called up by the MediaBox, not from the master page.
Is there a way to realize this?
Best regards,
Sascha
Please Log in or Create an account to join the conversation.
1 week 1 day ago - 1 week 1 day ago #73091
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic MediaBox autoclose
Hi
this would need some Javascript in your "called up" page
you could try something like that (just a tip from my mind, not tested yet)
CEd
this would need some Javascript in your "called up" page
you could try something like that (just a tip from my mind, not tested yet)
Code:
window.parent.Mediabox.close()
CEd
Joomlack Webmaster and Developer
Last edit: 1 week 1 day ago by ced1870.
Please Log in or Create an account to join the conversation.
Time to create page: 0.198 seconds