Hi all
On the navigation bar of an iView, there is functions to maximize, minimize, refresh, personalize etc. How can I overide the maximize method. I assume it should be similar to the refresh method:
protected void doRefresh(
IPortalComponentRequest arg0,
IPortalComponentResponse arg1) {
super.doRefresh(arg0, arg1);
}
What can I do to overide maximize method?
Thanx in advance
Rakhee
Actually the minimize and maximize methods are implemented using client side javascripts, so that your dynpage will not be called once more.
The only way to override this is therefore to make some changes to the javascripts controlling this behaviour.See controls_ie5.js and sapUrMapi_ie5.js in folder
\usr\sap\EPXX\j2ee\j2ee_01\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\portalapps\com.sap.portal.htmlb\jslib
Add a comment