`
lmbb1945
  • 浏览: 12557 次
  • 性别: Icon_minigender_1
  • 来自: 南京
最近访客 更多访客>>
社区版块
存档分类
最新评论

PracticalRichfaces_chap8要点

阅读更多
1.<rich:pickList>
<rich:pickList value="#{pickList.fruitsList}">
...
</rich:pickList>
private String [] fruitsList = new String [] {"apple", "grapes"};
那"apple", "grapes"初始化的将出现在控制list右边

控制控件功能键名称
    copyAllControlLabel
    copyControlLabel
    removeControlLabel
    removeAllControlLabel

showButtonsLabel="false"将不出现label名称

2.<rich:orderingList>
Keep in mind that reordering is done on the client (the browser). The new order will be sent to the server only if the form is submitted. You’ll see how it’s done a little bit later.
注意<rich:orderingList>和<rich:dataOrderedList>不同
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics