2 Replies Latest reply on Jan 25, 2010 5:24 AM by nbelaevski

    inplaceSelect and listHeight

    piotr.sobczyk

      We are using inplaceSelect, and trying to enlarge list of options. ListHeight attribute didnt't work for us so we tried to make it as simple as possible by copy-pasting exaplmple from RF Demo page and adding listHeight parameter:

       

      <h:panelGroup style="width:200px;" layout="block">
            <rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}"
              defaultLabel="Click here to edit" listHeight="250px">
              <f:selectItem itemValue="0" itemLabel="Option 1" />
              <f:selectItem itemValue="1" itemLabel="Option 2" />
              <f:selectItem itemValue="2" itemLabel="Option 3" />
              <f:selectItem itemValue="3" itemLabel="Option 4" />
              <f:selectItem itemValue="4" itemLabel="Option 5" />
      </rich:inplaceSelect>


      But listHeight attribute still doesn't change options list height at all. What it's about?