Need help on a Skill Set and level Dropdown example ??
Discuss Need help on a Skill Set and level Dropdown example ?? in the ColdFusion Development forum on Dev Shed. Need help on a Skill Set and level Dropdown example ?? ColdFusion Development forum discussing CFML coding practices, tips on CFML, and other CFML related topics. Find out why ColdFusion is the tool of choice for many e-commerce developers.
Posts: 60
Time spent in forums: 13 h 22 m 2 sec
Reputation Power: 2
Need help on a Skill Set and level Dropdown example ??
Hi Peers,
i have a Drop down list with 10 choices (skillset).
users must choose one skillset and the corresponding level (beginer/intermediate/master). ( they have to do this 10 times for all the sillsets)
what i want is :
1 - i need to show up only one record (dropdowanlist) with level
then have a button to add new skill and level if required
2- when they choose the 1st skill from the dropdown , this one will not show up on the 2nd choice dropdown.
Posts: 5,091
Time spent in forums: 2 Weeks 5 Days 2 h 53 m 27 sec
Reputation Power: 966
Sure it's possible. You can use JavaScript or a server-side CFC binding call to populate the skill set select box and update it as they go through the list. And you can add new elements to the page with your own JavaScript or something like jQuery.
Posts: 60
Time spent in forums: 13 h 22 m 2 sec
Reputation Power: 2
Hi Thanks for the quick reply,
can you elaborate more please ..?
i am using COldfusion MX 7 and not sure bind will work.
Thanks
Quote:
Originally Posted by kiteless
Sure it's possible. You can use JavaScript or a server-side CFC binding call to populate the skill set select box and update it as they go through the list. And you can add new elements to the page with your own JavaScript or something like jQuery.