"The store will then send a notification event to the grid, which will update the view to eliminate the row corresponding to the deleted item. This follows proper MVC flow, with the controller affecting the model, which then affects the view."
In MVC pattern, MODEL don't communicate with VIEW, MODEL will pass the action to controller to eliminate the row corresponding to the deleted item. I'm wrong? 2010/12/21 Bryan Forbes <[email protected]> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 12/21/10 1:40 PM, Acaz Souza Pereira wrote: > > Someone else have another opinions? > > I would recommend reading > http://www.sitepen.com/blog/2009/08/28/mvc-in-the-browser/ for a > different perspective on MVC in the browser. > > - -- > Bryan Forbes > http://www.reigndropsfall.net > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk0RBKIACgkQOIgX4HDKDz1xiQCgp2sf5pZQXgiVHGyM2XVQtZOk > wmMAnRordo79WLopsUzP8s92sy/fmW1L > =hhyp > -----END PGP SIGNATURE----- > > -- > To view archived discussions from the original JSMentors Mailman list: > http://www.mail-archive.com/[email protected]/ > > To search via a non-Google archive, visit here: > http://www.mail-archive.com/[email protected]/ > > To unsubscribe from this group, send email to > [email protected]<jsmentors%[email protected]> > -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
