up vote 0 down vote favorite
share [g+] share [fb]

I want to edit the drop down list on the selection of the items in the drop down... i dont want to add a seperate textbox...

Please help me on this...

link|improve this question

more info? exactly what do you want to do to the dropdown list? – Al W Mar 27 '09 at 6:59
I believe the user wants essentially a "combobox" whereby you can select an item in a dropdown and edit it right in the UI for the dropdown and have it update the dropdown item. I don't know if this UI would be very intuitive to web users. – BobbyShaftoe Mar 27 '09 at 7:51
feedback

2 Answers

up vote 1 down vote accepted

YUI have an example of a combobox built using their AutoComplete control, although it looks quite different from a normal select drop down. I couldn't vouch for how usable it would be either.

link|improve this answer
feedback

This is not directly possible, however you can use various JavaScript UI widgets to simulate this.

YUI has the AutoComplete which resembles a dropdown combobox. ExtJs also has a ComboBox that might be closer to what you want. Just search for JavaScript ComboBox on Google.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.