Displaying 1 result from an estimated 1 matches for "htmlresponse".
2008 Apr 07
5
trying to use Ajax.InPlaceEditor
...date my box, and update the field with
the new value.
page << "set_box_properties(''#{@box.nom}'',''#{ @box.color}'', #{@box.x},
#{@box.y}, #{@box.width}, #{@box.height});"
page[''edit_field''].value = "red"
I tried setting htmlResponse: false, I think that solved the problem,
but now I just see "Saving . . . . ." How do I update it with the
latest value? Am I doing this right? Is there a better way to do in-
place editing? I couldn''t get the plugins of the Ruby wrappers to
prototype/scriptaculous to work wi...