I have a script to reformat Notes view control output to give it Notes-like appearance of responses, i.e. the response document column span all the other columns in the view.
I've put this script in onClientLoad event and it works fine. The very first time. If I click on collapse/expand, the view does not get reloaded, so onLoad event does not get triggered.
Any ideas, how to hook on "after" whatever happens when I click collapse/expand icon? I've tried explicitly use XSP.addOnLoad(), but it seems it is equivalent to the use of onClientLoad event.
EDIT: Or maybe somebody knows an alternative way to obtain Notes client-like functioning of response document column.