[TYPO3-dev] A small frontend editing issue

tapio tapio.markula at dnainternet.net
Wed Jan 4 23:02:59 CET 2006


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?

;location.what.window(reload);

I could set the name of the window in
the HTML-file

window.name="something";

But the system would not work before
the user of my plugin sets correct name.

then
; location.something.window(reload);
could work.




More information about the TYPO3-dev mailing list