my dog learned polymorphism
The moose likes JSF and the fly likes Horizontal Scroll Bar in List Box Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Horizontal Scroll Bar in List Box" Watch "Horizontal Scroll Bar in List Box" New topic
Author

Horizontal Scroll Bar in List Box

Prasanth Sasidharan
Greenhorn

Joined: Aug 06, 2008
Posts: 1
Hi,

I am having hard time in implementing Horizontal Scroll bar in JSF List box.

Please let me know if anyone has any idea of implementing the Horizontal Scroll bar in JSF list box.

Below is the code which I am using for the List box.

<h:selectManyListbox title="tooltip" valuue="#scrollingList.selectedLeftItems}" size="10"
style="width: 480px; font-size: 10pt ; z-index: 1" id="leftListBox"
styleClass="scrollbar">
<f:selectItems id="invisibleItems" value="#{scrollingList.leftItems}" />
</h:selectManyListbox>

Any help would be appreciated.

Thanks,
PK
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
[Unhelpful response removed]
[ December 17, 2008: Message edited by: Bear Bibeault ]

Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Horizontal Scroll Bar in List Box
 
Similar Threads
How can i add Horizantal scrollbar in jsf
How to invoke an action in jsf using ajax
Selectmanylistbox disables submit button
Adding horizontal scroll bars to list box
need horizontal scrollbar for a select box which has fixed width