Jquery 如何启用rich:orderingList按钮

Jquery 如何启用rich:orderingList按钮,jquery,richfaces,Jquery,Richfaces,默认情况下如何启用按钮 编辑: 除非在orderingList中选择了某个项目,否则不会启用第一个、上一个、下一个和最后一个按钮。但是,我更愿意模拟选择orderingList中的第一个元素,并在页面加载时启用这些按钮。我该怎么做 下面链接中的表6.222显示启用尚未实现 hide() Hides ordering control (to be implemented) show() Shows ordering control (to be implemented) isShown()

默认情况下如何启用按钮

编辑:

除非在orderingList中选择了某个项目,否则不会启用第一个、上一个、下一个和最后一个按钮。但是,我更愿意模拟选择orderingList中的第一个元素,并在页面加载时启用这些按钮。我该怎么做

下面链接中的表6.222显示启用尚未实现

hide()  Hides ordering control (to be implemented)
show()  Shows ordering control (to be implemented)
isShown()   Checks if current control is shown (to be implemented)
enable()    Enables ordering control (to be implemented)
disable()   Disables ordering control (to be implemented)
isEnabled() Checks if current control is enabled (to be implemented)
我们愿意研究使用JQuery或Richfaces 3.3.x获得此功能的任何解决方案或解决方案