3 Replies Latest reply on Aug 29, 2007 9:51 AM by lmk

    Add CTRL Key events to selectOneListbox

    lmk

      Helloo guys;
      I'd like to enhance the selectOneListbox component to select multiple items with the CRTL or Shift key..
      the selectManyMenu don't provide a selection fonction like a selectOneMenu..

      do you have any solution with a4jsf or rich faces for this problem.??

      thanks a lot.

        • 1. Re: Add CTRL Key events to selectOneListbox
          ilya_shaikovsky

          how about h:selectManyListBox ?

          • 2. Re: Add CTRL Key events to selectOneListbox
            lmk

             

            "ilya_shaikovsky" wrote:
            how about h:selectManyListBox ?


            this component is rendered like a text area with all select items, we can select multiple items with CRTL key, but we dont have a list rendered like a combo box.
            even on html we can't have select multiple with size = 1.
            it's why im looking for an ajax based component..


            • 3. Re: Add CTRL Key events to selectOneListbox
              lmk

               

              "lmk" wrote:
              "ilya_shaikovsky" wrote:
              how about h:selectManyListBox ?


              this component is rendered like a text area with all select items, we can select multiple items with CRTL key, but we dont have a list rendered like a combo box.
              even on html we can't do select multiple with size = 1.
              it's why im looking for an ajax based component..