vote up 0 vote down star

Hi...

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...

flag

more info? exactly what do you want to do to the dropdown list? – Al W Mar 27 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 at 7:51

2 Answers

vote up 1 vote down check

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|flag
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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