on 2008 Apr 21 8:19 AM
hi,
can anybody give details about the usage of EPCM.getSAPTop().
Regards,
Shanthakumar.
Hi,
You can check the EPCM.getSAPTop javascript functions in js13_epcf.js file in your browser, then you log onto the portal.
Here is the function for your reference:
EPCM.getSAPTop=function(){
return (this._private.isDynamicTop) ? this._private.refDynamicTop : top;}
Regards,
Praveen Gudapati
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I just mean to say that you can find all this javascripts when your browser loads portal.
As most of this is undocumented, just dig into them to know more.
I always use it for some thing like this:
EPCM.getSAPTop().pageTitleBar
EPCM.getSAPTop().gHistoryFrameworkObj.GetActiveTrackingEntryValue()
EPCM.getSAPTop().portalTitle
So all the variables that you find on top of your portal page (Masthead, Toolbar) can be accessed from EPCM.getSAPTop().
So just dig into it.
Regards,
Praveen Gudapati
User | Count |
---|---|
69 | |
11 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.