[TYPO3-dev] A small frontend editing issue

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Jan 5 09:27:32 CET 2006


tapio schrieb:
> Hi
> 
> When you set the frontend editing opening
> into a pop-up-window Typo3 when closing the
> window by using the button *'Save and close'*
> it would be nice to get the actual page reloaded.
> 
> Well this would need some JavaScript,
> which I could add to my extension (and someone
> in some situation also to the core).
> 
> Is there any common name, which could tell
> JavaScript, what is the name of the window,
> which opens the pop-up-window?

window.opener is a reference to the window object that opened the 
current window.

window.name
window.opener.location.reload(true)

Masi




More information about the TYPO3-dev mailing list