Translate

Friday 2 December 2011

Shahed

Dashboard Menus Custom Java Style

Insert text box onto Dashboard and "Contains HTML Markup" must be ticked. then the following statements can be used independently.

================== Dashboard Menus Custom JAVA Style ========================


--- Create a Title With a Nice Line Underneath
<table class="TitleTable" cellspacing="0" style="" width="100%">
<tr>
<td class="TitleCell" style="" title="">Dashboard Menu</td>
</tr>
<tr>
<td class="TitleNameCell" style="" title=""></td>
</tr>
</table>



----------------- Multiple Dashboards configured in Instance Config ----------------------

For a drop down menu in a dashboard for Dashboard groups on Top - Find the sawDGroup in (View Source Code IE For Dashboard)
This is Used for Multiple Dashboards where the instance Config has been Changed with entry
<DashboardMaxBeforeMenu>1</DashboardMaxBeforeMenu>

<table>
<tr>
<td>
<a  href="javascript:void(null)" onclick="return NQWPopupMenu(event,'sawDGroup2')">Multiple Dashboards in Same Folder</a>
</td>
</tr>
</table>



----------------------- 1 Dashboard Link Only -------------------------------------------
Create Bookmark Link for Dashboard and alter accordingly - Do not put in the whole URL as reports will move
from server to server.

<table>
<tr>
<td>
<a href="saw.dll?url here</a>
</td>
</tr>
</table>


This is a good one
<table class="TitleTable" cellspacing="0" style="" width="100%">
<tr>
<td class="TitleCell" style="" title=""><a href="saw.dll?urlhere";Done=Close" target="_blank"> Upload Functionality
</a>
</td>
</tr>
<tr>
<td class="TitleNameCell" style="" title=""></td>
</tr>
</table>



-------------------- Menu Title with Logo ------------------------------------------

<table class="TitleTable" cellspacing="0" style="" width="100%">
<tr>
<td class="TitleLogo" style="" rowspan="4"><img border="0" src="res/s_oracle10/images/report_trends.jpg"></td>

<td class="TitleCell" style="" title="">This is my report</td>
</tr>
<tr>
<td class="TitleNameCell" style="" title=""></td>
</tr>
</table>

Note: only a member of this blog may post a comment.

Blog Archive



About Authors

Shahed Munir

Krishna Udathu

Shahed and Krishna are Oracle / Big Data Experts