Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] IBI_popupDesc

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] IBI_popupDesc
 Login/Join
 
Member
posted
What js file is this located in?

This message has been edited. Last edited by: Kerry,
 
Posts: 13 | Location: Los Angeles, Ca | Registered: November 08, 2005Report This Post
Expert
posted Hide Post
It's in

Drive:\WebFOCUS76\ibi_html\javaassist\ibi\html\js\ibipopupdesc.js.

I've been told we're not supposed to know that!


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
So, Francis, what exactly does that do? I'm looking in to using that now, to see what it does...
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Expert
posted Hide Post
I don't have a clue, Bob in LA can tell us. It sounds like a pop up window to give further info when the cursor is over a data element, or something.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Virtuoso
posted Hide Post
If a description is present in the master file for a certain field, you can use this popupdesc to show this description in a kind of tool-tip thing when you hover over the title of that column in the table report.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Master
posted Hide Post
Can an example be posted for this using CAR file?
Vud be of great help..thanks..


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report This Post
Guru
posted Hide Post
  
<!-- Generated by Report Layout Painter -->
<HTML>
<HEAD>
<TITLE>HtmlPage
</TITLE>
<BASE href=HTTP://10.184.64.51:93>
<META content="MSHTML 6.00.6000.17093" name=GENERATOR>
<SCRIPT id=IBI_ibipopupdesc src="/ibi_html/javaassist/ibi/html/js/ibipopupdesc.js" type=text/javascript></SCRIPT>
<SCRIPT id=clientEventHandlersJS type=text/javascript>
function window_onload() {
UpdateData();
// TODO: Add your event handler code here
}
function IBI_popupDescSimul(msg)
{
    var content="<TABLE WIDTH=200 BORDER=1 BORDERCOLOR=black CELLPADDING=2 CELLSPACING=0 "+
    "BGCOLOR=#ECD1F8><TD><FONT COLOR=black SIZE=2>"+msg+"</FONT></TD></TABLE>";
    document.getElementById("IBI_popupHere").innerHTML = content;
}
</SCRIPT>

<SCRIPT id=IBI_ibipopupdesc src="/ibi_html/javaassist/ibi/html/js/ibipopupdesc.js" type=text/javascript></SCRIPT>
<SCRIPT for=window eventname="onload">window.onload = function() { window_onload(); }</SCRIPT>
</HEAD>
<BODY style="OVERFLOW: auto">
<div onMouseOver="IBI_popupDescSimul('Hiii')"><h2>Mouse Over Me </h2></div>
<div id=IBI_popupHere></div>
</BODY>
</HTML>



The direct call to IBI_popupDesc JS Finction doesnt get me any effect. I donno whether the problem is with my Browser or something Else.

But the functions present in ibipopupdesc.js will help you to show a modal popup with the message whatever you want on Mouse Over to any element.

Try the code above... I copied the JS function and manipulated to make that work in my scenario.


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
 
Posts: 394 | Location: Chennai | Registered: December 02, 2009Report This Post
Member
posted Hide Post
Solved.
 
Posts: 13 | Location: Los Angeles, Ca | Registered: November 08, 2005Report This Post
Guru
posted Hide Post
Hi Bob, Could you please get the sample code posted here ?


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
 
Posts: 394 | Location: Chennai | Registered: December 02, 2009Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] IBI_popupDesc

Copyright © 1996-2020 Information Builders