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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Multi drill down
 Login/Join
 
Platinum Member
posted
code

This message has been edited. Last edited by: Karanth,
 
Posts: 109 | Registered: January 31, 2006Report This Post
Expert
posted Hide Post
The multiitem menu has a stylesheet which can be found in the IBI_HTML library under javaassist\ibi\html\js and it is called multidrill.css.

HOWEVER, I would not suggest that you change this as it will be overwritten at a poiint in the future when you upgrade.

Imho, it would be better to develop your own multimenu version using mouseover events and dynamic HTML divs as have been discussed in many posts on this forum. Alternatively, look at the topics in Focus on Developers on the IBI website link

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
Thanks a lot Tony. Deadlines are extremely strict for this project. So i guess for this one we could change the multidrill.css file and get the html solution up a bit later. We guys aren't too good in HTML..Thanks once again
 
Posts: 109 | Registered: January 31, 2006Report This Post
Expert
posted Hide Post
Don't forget that the change will affect all fexes run against that web server (client server).

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
Ya understand that. We need a standard look and feel for the multi drill downs across the application. So it shouldn't be a problem. Thanks a million.
 
Posts: 109 | Registered: January 31, 2006Report This Post
Expert
posted Hide Post
Karanth
we use a gray background and black lettering
and have changed the .css file.
white bold font has the optical property of 'tearing', and blue background conflicts with my color palates;
the file is {drive}:\ibi\WebFOCUS52\ibi_html\javaassist\ibi\html\js\multidrill.css
I make 2 backup copies:
1 of the original
and 1 of the edited version
and i have a long list of these files that i have changed, so when i do an upgrade, i know right away which files i need to edit.
my edited version of this file is:
DIV.clsMDMenu {
	background-color: #f0f0f0;
	position: absolute; 
	visibility: hidden; 
/*	width: 130px; */
	padding: 5px 5px 5px 8px; 
	border: thin solid outset;
    }
    DIV.clsMDMenu A { 
		font-family: arial;
		font-size: 9pt;
		text-decoration: none; 
		color: #0c0c0c; 
		font-variant: small-caps;
		font-weight: normal
		letter-spacing: 1; 
	}
    DIV.clsMDMenu A:hover { 
		font-family: arial;
		color: blue; 
		text-decoration: underline; 
	}

i love T's idea of special code for each instance, but like you, i just had to kill that white on blue right away. I'm going to try T's method next.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders