Update ListView #13607
-
I have a window with a ListView that shows the records of a collection. And I have a second view which contains another window. The controller that belongs to the second view creates a model that belongs to the collection of the ListView. After closing the the second window the user is back on the first window with the ListView. But the ListView does not show the new record, because I have to pass my new set of items via |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Backbone events (https://blog.axway.com/product-insights/discontinued/titanium/global-app-events-in-titanium-using-backbone-js) or pass a method in the |
Beta Was this translation helpful? Give feedback.
Backbone events (https://blog.axway.com/product-insights/discontinued/titanium/global-app-events-in-titanium-using-backbone-js) or pass a method in the
createController
when creating the 2nd window.