cfselect multiple select without ctrl + click

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default cfselect multiple select without ctrl + click

    Hi, I'd like to create a cfselect list box, but would like to allow users to
    toggle selections simply by clicking on items in the list (rather than having
    to hold down to ctrl to select multiple entries). I'm afraid users will
    mistakenly forget to hold down to CTRL and accidentally remove selections made
    by other users. Any suggestions for how to handle this?

    mistah_cat Guest

  2. Similar Questions and Discussions

    1. Shift+ctrl+I doesn't select inverse
      Hey all, maybe somebody knows the answer to this. When I have something selected, pressing Shift+Ctrl+I doesn't select inverse or do anything....
    2. displaying multiple columns in <cfselect>
      ok, I have a database that house a table called model. The model contains a manufacturer foreign key and 3 other fileds for that table. I want...
    3. select in cfselect from cfgrid
      Form is flash CF 7.01 Is there a way to have a cfselect "selected" option chosen by a cfgrid selection either by binding or flash remote? ...
    4. multiple select in Tree without shift or ctrl key
      Hi, I am trying to allow multiple selection in a Tree without the use of shift or ctrl key. So basically, when the user clicks a new item, it...
    5. CFselect with multiple selects
      I have a form that collects a bunch of information. one of the form feilds is a select that allows the user to choose multiple languages. The form...
  3. #2

    Default Re: cfselect multiple select without ctrl + click

    .... and how would they correct their own wrong selection, if not by
    clicking?
    How about a more intuitive concept: only present them the items which
    they are ALLOWED to select.

    mistah_cat wrote:
    > Hi, I'd like to create a cfselect list box, but would like to allow users to
    > toggle selections simply by clicking on items in the list (rather than having
    > to hold down to ctrl to select multiple entries). I'm afraid users will
    > mistakenly forget to hold down to CTRL and accidentally remove selections made
    > by other users. Any suggestions for how to handle this?
    >
    ben Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139