I modified Dave Hauenstein's edit-in-place plugin a while ago to do
something similar.  My solution has "Add New" but changes the select
into an inline text box.  Maybe that will be enough for you or if not,
you can use it to get some ideas.  You can download the code at:

http://code.google.com/p/dynamic-select-edit-in-place/

And see a demo at:

http://www.jacobterry.com/editinplace.php

Jacob



On Oct 12, 10:05 pm, Charles <jcha...@gmail.com> wrote:
> Hello all,
>
> I have a form that uses jeditable to edit-in-place several fields and
> select boxes. Everything is working great. Now I need to a way to add
> a new option to the select list.
>
> What I would like is the user select "Add New..." from the select list
> that would pop-up a dialog window where several fields are filled in.
> When the form is saved the select field is updated with the new ID and
> description.
>
> I use Facebox for pop-up windows to display notes when the user clicks
> on a topic. I know Facebox can be used to display a form. It would be
> ideal to use this ability when creating a new option for the select
> box.
>
> Does anyone know of a tutorial or can guide me in creating this?
>
> Thanks,
> Charles

Reply via email to