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] special characters in launch page

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] special characters in launch page
 Login/Join
 
Platinum Member
posted
How do insert bullets and special characters into text boxes in a launch page? I tried copying and pasting from a Word document, but when the launch page is run, the bullet displays as some other symbol.

Thank you,

John

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


WF 7.7.03, Windows 7, HTML, Excel, PDF
 
Posts: 225 | Location: San Francisco Bay Area, California | Registered: October 26, 2006Report This Post
<JG>
posted
You need to code the html escape code and not use the character.

a couple of good sites

http://www.htmlescape.net/htmlescape_tool.html

http://www.ascii.cl/htmlcodes.htm

And remember if you are coding an escape code in WebFOCUS you may need to code it as &|
so that the & is escaped in WebFOCUS.

Whether you need to depends on if you use a fex to launch the HTML page
or if it is launched directly.
 
Report This Post
Platinum Member
posted Hide Post
How would it be inserted? For example:
 <SPAN id=text5 style="FONT-SIZE: 10pt; Z-INDEX: 8; LEFT: 160px; WIDTH: 170px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 150px; HEIGHT: 20px" tabIndex=8 ElementToPaste="true">Site Activity</SPAN></BODY></HTML> 
 


where would you put it in that line of code from the HTML Layout Painter?

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


WF 7.7.03, Windows 7, HTML, Excel, PDF
 
Posts: 225 | Location: San Francisco Bay Area, California | Registered: October 26, 2006Report This Post
<JG>
posted
In the text view or by editing the text after creating in the tool.

The tools can create a solution, but you deliver the requirement.
 
Report This Post
Platinum Member
posted Hide Post
What I meant was what would that line of code look like to have a bullet in front of the text, "Site Activity"?


WF 7.7.03, Windows 7, HTML, Excel, PDF
 
Posts: 225 | Location: San Francisco Bay Area, California | Registered: October 26, 2006Report This Post
<JG>
posted
• Site Activity

 & #8226; Site Activity 


Without the space, I had to put it in because even between code tags the escape sequence gets rendered.
 
Report 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] special characters in launch page

Copyright © 1996-2020 Information Builders