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] Dropdown box

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Dropdown box
 Login/Join
 
Silver Member
posted
Hello,
I have a Launch page in which there are 4 dropdown boxes.some of the values in the dropdown are 50 characters in length.
I am restricted to use only 116px for the width of the dropdown.Now,when a user tries to select a value from the dropdown ,it is difficult for him to understand the options.
Can somebody suggest me an alternative.
Is there a way where when we click the dropdown it expands and shows all the options completely.

Thanks.

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


WebFOCUS 7.6.7
windows
Html,Pdf and Excel
 
Posts: 39 | Registered: September 03, 2010Report This Post
Expert
posted Hide Post
This is an HTML question, not a WebFOCUS one. This would happen if you're using WebFOCUS or not - either make the drop-down box wider or use a smaller font. Visit a few sites on the web - I don't think you'll find any that do tricks with the width of a drop-down box when the contents are to long to display.


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
Master
posted Hide Post
Swetha,
I would suggest to go for combo box, instead of drop down. You have to place the combo box control within div or span element.
1. Use the height & width property of SPAN or DIV element to control the dimension.
2. Don't limit height & width for the combo box. Without specifying the height & width, combo box will expand based on the max length of the string.
Use onclick or onselect event to control the visibility of the scrollbars for SPAN element.

<span width=100 height=100>
<select>
.
.
</select>
</span>


Hope this helps.
 
Posts: 542 | Location: Dearborn, MI | Registered: June 03, 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     [CLOSED] Dropdown box

Copyright © 1996-2020 Information Builders