0
我需要禁用listshuttle控制組件。禁用豐富:listShuttle
也就是說,我需要顯示以下組件..copy,複製全部刪除並刪除所有,並且首先,向下和最後。
但禁用到所有上述組件。
<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>
幫幫我。 在此先感謝。