RE: How to make dropdown box editable.

2006-11-06 Thread kumar.vinodh
Thanks Lance for your help. -Original Message- From: Lance Semmens [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 2:53 PM To: 'Struts Users Mailing List' Subject: RE: How to make dropdown box editable. Dojo has a control that sounds like what you'

RE: How to make dropdown box editable.

2006-11-06 Thread Lance Semmens
Dojo has a control that sounds like what you're after. http://dojotoolkit.org/ go to: see it in action --> form widgets --> form tour and look at the "state" field. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 26 October 2006 14:30 To: user@struts.apache.or

Re: How to make dropdown box editable.

2006-11-03 Thread Yujun Liang
You can't make a dropdown editable, but you can made an input field selectable, if you are using gmail, try the search, that's what you want, you can implement it with AJAX. Regards On 10/27/06, zhang xiao <[EMAIL PROTECTED]> wrote: I think you should use it with javascript >From: <[EMAIL PR

RE: How to make dropdown box editable.

2006-10-27 Thread zhang xiao
I think you should use it with javascript From: <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Subject: How to make dropdown box editable. Date: Thu, 26 Oct 2006 18:59:39 +0530 Hi all, I have requirement where in I want drop down box to be editable. Is this possible using st

RE: How to make dropdown box editable.

2006-10-26 Thread kumar.vinodh
12:50 AM To: Struts Users Mailing List Subject: Re: How to make dropdown box editable. Post the exact requirement. On 10/27/06, Chris Pratt <[EMAIL PROTECTED]> wrote: > > It's not possible in straight HTML. There are some DHTML tricks that > combine text boxes with select boxes

Re: How to make dropdown box editable.

2006-10-26 Thread Madhav Bhargava
Post the exact requirement. On 10/27/06, Chris Pratt <[EMAIL PROTECTED]> wrote: It's not possible in straight HTML. There are some DHTML tricks that combine text boxes with select boxes, but most that I've seen are ugly and unworkable. If you find a good solution to the problem, please post i

Re: How to make dropdown box editable.

2006-10-26 Thread Chris Pratt
It's not possible in straight HTML. There are some DHTML tricks that combine text boxes with select boxes, but most that I've seen are ugly and unworkable. If you find a good solution to the problem, please post it here. (*Chris*) On 10/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi