Hi guys,
First of all, congrats on your great product. I’ve been using it for 2 years now, on a Ruby on Rails project.
Is there a way of showing, using the event handler “onFullSync” to show updated data?
Let me explain a little better… I know I can do something like:
dp.attachEvent("onFullSync", function(){
alert("update complete");
})
But what I want is something more complex. I want to, after each completed update, alter a div adding the information like this:
- Field 2 was updated to XYZ and field 3 was updated to XER on line X
- Field 1 was updated to 123 and field 3 was updated to XSD on line Y
Is this possible?
Thanks