1 Reply Latest reply on Feb 11, 2009 8:27 AM by ilya_shaikovsky

    [ListShuttle] listWidth and listHeight

    lmk

      Hi,

      It seems that the attributes listWidth and listHeight do not changes anything on listShuttle.

      there exists any workarround to expand source and target list width and height.

      thanks

      Environement: RF 3.3.0.GA-myfaces 1.2.5,Facelets 1.1.14.

        • 1. Re: [ListShuttle] listWidth and listHeight
          ilya_shaikovsky

          an issue in richfaces-demo attributes names. will be fixed. should be for example next:

          <rich:listShuttle sourceValue="#{toolBar.freeItems}"
           targetValue="#{toolBar.items}" var="items" sourceListWidth="500"
           targetListWidth="500" listsHeight="600" sourceCaptionLabel="Available Items"
           targetCaptionLabel="Currently Active Items"
           converter="listShuttleconverter">
          


          So with this code attributes works fine for me.