How to show details from ArrowDB for individual objects #appcelerator
问题 I have queried from ArrowDB and gotten a list of events, now I want each individual event details when the specific view is clicked. My code as shown below works except that it puts the details from all the queried events on the opened window, and it shows the last queried event at the top. How can I do this please? My brain just can't fix this. Cloud.Events.query(function (e) { if (e.success) { alert('Success:\n' + 'Count: ' + e.events.length); for (var i = 0; i < e.events.length; i++) { var