Friday, August 7, 2009

Hide PAGE OPTIONS button on the OBIEE Dashboard

There are occasions when a customer does not want to even show the PAGE OPTIONS button on the dashboard.

Here is one way to do that.

Edit "dashboardtemplates.xml" as follows :

<WebMessage name="kuiPersonalizeLink">

<HTML>

<span class="minibuttonOn" style="display:none">

<a href="javascript:void(null)" onclick="return NQWPopupMenu(event,'idPersonalizationMenu',null,'top')">

 

<sawm:messageRef name="kmsgDashboardPageOptionsMenu"/>

 

<img src="fmap:Views/sortdesc.gif" border="none"/>

 

</a>

</span>

<br/>

</HTML>

</WebMessage>

No comments:

Post a Comment