0

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

2
  • more info? exactly what do you want to do to the dropdown list? Commented Mar 27, 2009 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. Commented Mar 27, 2009 at 7:51

2 Answers 2

1

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.

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.