doc/synchronization.txt in rhodes-3.0.1.beta.6 vs doc/synchronization.txt in rhodes-3.0.1.beta.7
- old
+ new
@@ -303,9 +303,10 @@
def sync_object_notify
#... do something with notification data ...
# refresh the current page
WebView.refresh
+ # or call System.execute_js to call javascript function which will update list
end
end
#### Object Notification Parameters
The object notification callback receives three arrays of hashes: "deleted", "updated" and "created". Each hash contains values for the keys "object" and "source_id" so you can display which records were changed.
\ No newline at end of file