You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented a very basic save in both saveJson and saveRest methods but neither work as per the example.
I'm using jQuery and jQueryUI provided by the Rails 4.2 application. The 'Edit' button and menu appear and act as expected but the save request doesn't happen after dirtying the editable region and clicking save. There is no message presented when clicking save.
All of the formatting features are working as expected.
<divid="editable-region-1" class="raptor-editable" data-id="Editable-Region-1">
Edit this region.
</div>
Hi,
I've implemented a very basic save in both saveJson and saveRest methods but neither work as per the example.
I'm using jQuery and jQueryUI provided by the Rails 4.2 application. The 'Edit' button and menu appear and act as expected but the save request doesn't happen after dirtying the editable region and clicking save. There is no message presented when clicking save.
All of the formatting features are working as expected.
Am I missing something or is this not working?
Thank you,
Richard.
The text was updated successfully, but these errors were encountered: