Re: [nyphp-talk] Editable Select Box

2006-12-20 Thread Kenneth Downs
Brian Dailey wrote: You will want your web app to be able to handle unexpected values anyway, right? That is a case-by-case thing. In our applications a foreign key is always presented as a drop-down when it is editable, and a drop-down always means a foreign key. In 99% of cases foreign

Re: [nyphp-talk] Editable Select Box

2006-12-19 Thread LK
nt: Tuesday, December 19, 2006 11:09:30 AM Subject: [nyphp-talk] Editable Select Box Hi folks, I'm wondering if anybody has seen a particular kind of control I need. It's called many things, but "editable Select box" seems to be a common term. One example that is clos

Re: [nyphp-talk] Editable Select Box

2006-12-19 Thread Brian Dailey
You will want your web app to be able to handle unexpected values anyway, right? The web-developer extension on Firefox allows you to "Make select fields editable" so you can test your application with unruly values. edward potter wrote: ouch, the purist would probably cringe - allows the use

RE: [nyphp-talk] Editable Select Box

2006-12-19 Thread Peter Sawczynec
http://www.crackajax.net/suggest.php -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Downs Sent: Tuesday, December 19, 2006 11:10 AM To: NYPHP Talk Subject: [nyphp-talk] Editable Select Box Hi folks, I'm wondering if anybody has s

Re: [nyphp-talk] Editable Select Box

2006-12-19 Thread Jon Baer
This has worked for me, YMMV ... http://wiki.script.aculo.us/scriptaculous/show/InPlaceSelect There is also this option for JQuery ... http://www.texotela.co.uk/code/jquery/select/ - Jon On Dec 19, 2006, at 11:09 AM, Kenneth Downs wrote: Hi folks, I'm wondering if anybody has seen a particul

Re: [nyphp-talk] Editable Select Box

2006-12-19 Thread Ken Robinson
At 11:09 AM 12/19/2006, Kenneth Downs wrote: Hi folks, I'm wondering if anybody has seen a particular kind of control I need. It's called many things, but "editable Select box" seems to be a common term. One example that is close to what I want is here: http://www.dhtmlgoodies.com/scripts/f

Re: [nyphp-talk] Editable Select Box

2006-12-19 Thread edward potter
ouch, the purist would probably cringe - allows the user to change a drop down. on the other hand it is kinda of cool. it sounds like you are looking for an ajax solution. Things to google: ajax drop down type ahead :-) ed On 12/19/06, Kenneth Downs <[EMAIL PROTECTED]> wrote: Hi folks, I'm

[nyphp-talk] Editable Select Box

2006-12-19 Thread Kenneth Downs
Hi folks, I'm wondering if anybody has seen a particular kind of control I need. It's called many things, but "editable Select box" seems to be a common term. One example that is close to what I want is here: http://www.dhtmlgoodies.com/scripts/form_widget_editable_select/form_widget_editabl