1 Reply Latest reply on Aug 12, 2012 3:33 PM by yunaeyes00

    How to set maxHeight in rich:popupPanel

    yunaeyes00

          Hi I cannot seems to set up maxHeight for my rich:popupPanel. Please help. Here is my code

       

       

       

      <rich:popupPanel id="dialog" modal="true" top="10" maxHeight="500"
                               autosized="true" width="650"> 
                  <f:facet name="controls">
                      <h:outputLink value="#" onclick="#{rich:component('dialog')}.hide(); return false;">
                          X
                      </h:outputLink>
                  </f:facet>
                  <ui:include src="reports/RowsAndColumnsModal.xhtml"/>
      </rich:popupPanel>
      
      

       

      The content of the panel expand base on user selection, however, even though I set maxHeight, it does not work