Hi,
I’ve been toying with the in_place_editor helper, and it’s pretty cool.
However, I was wondering if it could be used (or if there is an
equivalent
that can be used) to add new records. For example, in Tadalist, you can
add
new items to a list by clicking an add button, which pops up an AJAX
text
field right there. I think that this is also the case for adding tags
to
Flickr photos.
I can, of course, figure out how to do this by handwriting javascript,
but I
figure since I’m including the monstrous Prototype and Scriptaculous
libraries anyway I may as well make use of them.
Any ideas as to how you would go about doing something like this?
Thanks