5 Replies Latest reply on Jun 12, 2014 5:10 AM by michpetrov

    RichFaces OrderList  minSize and removing the bottonPanel

    mannamusiva

      Hi All,

       

      i am using RichFaces OrderList and i want remove buttonPanel list , i set controlsType="none" still i could see the button Panel.

      May i know how to delete/take-out the button Panel.

      Also, Is there any Min Size for OrderList  , i set 105 px  , but it is not setting that.

      Thanks for your kind help

      <rich:panel style="width:300px;border:none; height : 110px;">

      <rich:orderingList  minListHeight="90px" listHeight="100px"  maxListHeight="105px" listWidth="300px" controlsType="none"  value="#{sdmaCompanyProfileBean.ctaFundNames}" var="ctaname" itemValue="#{ctaname}" itemLabel="#{ctaname}">


      <f:facet name="caption">


      <h:outputText value="CTA/Fund: " />


      </f:facet>


      <f:facet name="topControlDisabled"/>      


      </rich:orderingList>