Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
mistah_cat #1
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
-
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.... -
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... -
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? ... -
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... -
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... -
ben #2
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



Reply With Quote

