【发布时间】:2011-06-30 05:53:57
【问题描述】:
我需要禁用 listshuttle 控制组件。
也就是说,我需要显示以下组件..copy,copy all remove,remove all,还有First,up down and last。
但禁用以上所有组件。
<rich:listShuttle sourceValue="#{Shuttle1.sourceStrList}"
targetValue="#{Shuttle1.destStrList}"
var="items"
listsHeight="150"
sourceListWidth="130"
targetListWidth="130"
sourceCaptionLabel="Available Items"
targetCaptionLabel="Currently Active Items">
<rich:column>
<h:outputText value="#{items}" />
</rich:column>
</rich:listShuttle>
帮帮我。 提前致谢。
【问题讨论】: