Likely a USER error on my part but...
I have a pretty simple index page using table plus and added the
<editor/> tag for the view for one of the fields.
I can click in it, edit the value, but the screen does not update,
instead it throws an error:
RJS Error
[object error]
and then
var_update = typeof Hobo == 'undefined' ? Element.update:
Hobo.updateElement;
Hobo.onFieldEditComplete("uid1", null);
Is there something other than hobo_ajax_response that I have to
provide in the controller? Do I need to wrap the field with a some
sort of naming tag?
Thank you... this is my first foray into inline editing... It is a
cool feature. What I'd also like to be able to do is extend it so
that it pops up additional fields to fill in, but I need to get this
working and understand it, first.
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.