1 Reply Latest reply on Jun 30, 2011 9:15 PM by eswaramoorthynec

    Disable listshuttle buttons

    eswaramoorthynec

      Hi

            I need to disable the all control components.

            That means, 

       

      display the copy,copyallremove  and  removeall  and  first, updown  and  last .
      At the same time disable to all the above control components.

       


      <rich:listShuttle sourceValue="#{Sample.mainList}"
                        targetValue="#{Sample.targetList}"
                        var="items"
                        listsHeight="130"
                        sourceListWidth="100"
                        targetListWidth="100"
                        sourceCaptionLabel="Available Items"
                        targetCaptionLabel="Currently Active Items">
      
          <rich:column>
              <h:outputText value="#{items}" />
          </rich:column>
      </rich:listShuttle>
      

       

       

      Help me.

      Thanks in advance.