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     Title attribute in drilldown anchor tags

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Title attribute in drilldown anchor tags
 Login/Join
 
Gold member
posted
I was curious if there is an easy way to get a title attribute into the anchor tags of a drilldown field.

Also, is there any documentation that gives a comprehensive list of attributes (and their corresponding syntax) that can be set within webfocus stylesheets?
 
Posts: 59 | Location: Minneapolis | Registered: September 01, 2004Report This Post
Expert
posted Hide Post
TGT,

I gave this url a short while ago to the Quickref Guide. It has all the WebFOCUS syntax you should require and I would suggest that all Developers print a copy and have it on their desk when developing or place a short cut on their desktop.
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
Incidently, Jennifer from doc services has advised that this document will be available on the next documentation CD after a suggestion from this Forum.
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Gold member
posted Hide Post
Thanks, Tony. I'm not sure if I'll resolve my particular issue, but this is a great document that will help a lot of people - I'll pass it on.
 
Posts: 59 | Location: Minneapolis | Registered: September 01, 2004Report This Post
Expert
posted Hide Post
I'm not sure if you've solved the problem you originally posted. Below is an example of what you'd like to do. Unfortunately, as far as I know, there is no way of doing this using normal WebFOCUS code. It would be nice to be able to simply add this to the style sheet: TYPE=DATA, COLUMN=XXX, TITLETEXT='Some text',
$

DEFINE FILE CAR
BODYTYPEHTML1/A200 =
'' || BODYTYPE || '';
BODYTYPEHTML2/A200 =
'' || BODYTYPE || '';
END
TABLE FILE CAR
PRINT
BODYTYPE NOPRINT
BODYTYPEHTML1
BY COUNTRY
BY CAR
ON TABLE SET PAGE NOLEAD
ON TABLE SET STYLESHEET *
TYPE=REPORT, GRID=OFF, FONT='ARIAL', SIZE=8, $
TYPE=DATA, COLUMN=BODYTYPEHTML2,FOCEXEC=FEX1 (BODYTYPE=BODYTYPE),$
ENDSTYLE
END

This message has been edited. Last edited by: <Maryellen>,


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
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Title attribute in drilldown anchor tags

Copyright © 1996-2020 Information Builders