A friendly place for programming greenhorns!
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
Author
Horizontal Scroll Bar in List Box
Prasanth Sasidharan
Greenhorn
Joined: Aug 06, 2008
Posts: 1
posted
Dec 17, 2008 13:32:00
0
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
posted
Dec 17, 2008 14:58:00
0
[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
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter