File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes rich:pickList 3.3.1: how to disable scroll bar? 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 "rich:pickList 3.3.1: how to disable scroll bar?" Watch "rich:pickList 3.3.1: how to disable scroll bar?" New topic
Author

rich:pickList 3.3.1: how to disable scroll bar?

Srinivasan thoyyeti
Ranch Hand

Joined: Feb 15, 2007
Posts: 557
Hi there,

Please let me know hwo to disable rich:pickList's horizontal or vertical scrolling?
I have discovered the builtin style classes which can be overridden

rich-list-picklist Defines styles for a wrapper <table> element of a pickList

Table 6.548. Classes names that define a source and target items representation
Class name Description
rich-picklist-source-items Defines styles for a wrapper <div> element of a source list
rich-picklist-target-items Defines styles for a wrapper <div> element of a target list
rich-picklist-body Defines styles for a wrapper <table> element of a list body (source and target)
rich-picklist-list Defines styles for a (source and target) list
rich-picklist-list-content Defines styles for a (source and target) list content
rich-picklist-internal-tab Defines styles for a wrapper <table> element of list items (source and target)


I have tried overflow:hidden and scroll:no with all above style classes but no use.
Please help. Thank you.


Thanks & Regards,<br />T.Srinivasan,<br />SCWCD 1.4(89%),SCJP 5.0(75%)<br />"That service is the noblest which is rendered for its own sake." - Mahatma Gandhi
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: rich:pickList 3.3.1: how to disable scroll bar?
 
Similar Threads
Help
Absolute Position in IE
List not refreshing after submit
jQuery not working on page
Fixed Table Header and changing classes