Multicombo or Multiselect with sequence order

  1. #1

    Multicombo or Multiselect with sequence order

    Hi,

    Is there somewhere an example or is it possible to have a multiselect of items combined with an order.
    Like you have in enquetes, you can select multiple answers and give priorities (number order) to them.

    For example: give the two preffered ways on how you want to be contacted by a service desk:
    - By Mail
    - By Post
    - By Phone call
    - Personally
    - By online forum

    and your answer will then be for example:
    2 - By Mail
    - By Post
    1 - By Phone call
    - Personally
    - By online forum

    So you selected "By Phone call" and "By Mail" and the most preferred is "By phone call"

    I hope it's clear what i want to achieve.

    Thanx!
  2. #2
    Hello!

    I think there are some options to do this and it depends on your logic and how you going to implement it with these UI controls. For example, you can listen events and add numbers after choice also you can check that user will not able to choice more than two. Also you can override or expand their behavior.
  3. #3
    Ok thanx, i understand. But how can i put a number into a checkbox for example, this is not possible or is it?
  4. #4
    Yes, it's possible because checkboxes in MultiCombo actually just divs with background images of checkbox. You can check it with any debugger.
    You have to change background images of checkbox in MultiCombo with checkbox with number and override methods which work with background.
  5. #5
    Ok thanx! I'll give it a try.

Similar Threads

  1. [CLOSED] Order GridPanel Groups in an arbitrary order?
    By dmoore in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 27, 2013, 4:35 AM
  2. [CLOSED] MultiSelect change sequence without use drag drop
    By gs_user in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 05, 2012, 5:25 AM
  3. Replies: 4
    Last Post: May 09, 2012, 9:24 PM
  4. Replies: 0
    Last Post: Aug 24, 2011, 12:13 AM
  5. [CLOSED] Turn off multiselect in MultiCombo
    By jchau in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 04, 2011, 9:33 PM

Posting Permissions