Tagged Questions
0
votes
2answers
200 views
Using REST in Place with nested attributes
REST in Place is a fantastic rails plugin by Jan Varwig that uses AJAX to edit object attributes inline. It was very easy to set up, simple to implement, and generally just works well.
I've read ...
0
votes
1answer
380 views
Scriptaculous Ajax.InPlaceEditor: How to trigger cancel action?
Certainly it must be possible to fire the cancel action on an Ajax.InPlaceEditor without clicking the Cancel button. But I just cannot figure out how to do it.
Any suggestions?