Which js-function is called to load the iframe of a related view
is it possible to change the called function, by replacing the onclick-event of the menuitem or is it even possible to do some tasks, before or right after the related view-iframe has loaded?
EDIT
the function, called when pressing a entity in the navigation bar, is named loadArea. I want to do some things in this function, how could i replace or modify it. Maybe some own function an then loadArea(...) ?