Has anyone used function 'GetHPTabHTML' to create hover menus for home tabs?
Per Peoplebooks (PeopleTools 8.53>Portal Technology>Chapter 6, PORTAL_HP_TABS is defined as:
"This is the HTML definition for all tabs. Use this HTML definition when more than one system tab exists for a user. This HTML definition is set up in WEBLIB_PORTAL. PORTAL_HOMEPAGE.FieldFormula.GetHPTabHTML()."
We intend to replace the UserTabColl by a custom HTML that will have essentially have the same tabs but with hover effect to show sub-menus underneath. However, when we tried to change the GetHPTabHTML (or even simple debugging), the effect was not showing up on the header. Has anyone attempted this? We reviewed Jim's blog also.