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     [CLOSED] Icons for output formats on GUI

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Icons for output formats on GUI
 Login/Join
 
Master
posted
Hai

I am working on showing icons before each output format on UI.
I want to have radio buttons and beside each button I want to show icon of each format like PDF, EXL2K, HTML (IE) icons etc..

Can some one suggest me how to do this or guide me through existing example?
I am not sure what to put for AHTML?

Thanks a lot..

This message has been edited. Last edited by: Kerry,


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report This Post
Gold member
posted Hide Post
Well the following is the code for three radio buttons with images to the right.

 <input type="radio" name="output" value="HTML" /> <img src="(location of html image" /> <br />
<input type="radio" name="output" value="PDF" /> <img src="(location of pdf image" /> <br />
<input type="radio" name="output" value="EXL2K" /> <img src="(location of Excel 2000 image" /> <br /> 


WF: 8201, OS: Windows, Output: HTML, PDF, Excel
 
Posts: 78 | Registered: November 08, 2010Report 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     [CLOSED] Icons for output formats on GUI

Copyright © 1996-2020 Information Builders