1 Reply Latest reply on Jan 15, 2010 10:09 AM by ilya_shaikovsky

    problems customizing control buttons

    agallo73

      Hello I'm using a rich:listshuttle component and would like to remove the "copy all" control button from the component.

       

      In general, can you please tell me if there's a way to remove some control buttons from listshuttle, orderinglist and so and thus aoid these buttons to be rendered?

       

      I also tried to customize these buttonsas shown below but nothing happens and the component is always rendered in the same way

       

       

      <f:facet name="copyControl">
                                      <h:commandButton value="Move"
                                          onclick="#{rich:component('list')}.copy();return false;">
                                      </h:commandButton>

       

       

      May you please help me?

       

      Thanks very much in advance.

       

       

       

      Antonio.