¡@

Home 

javascript Programming Glossary: infoview

How to handle initializing and rendering subviews in Backbone.js?

http://stackoverflow.com/questions/9337927/how-to-handle-initializing-and-rendering-subviews-in-backbone-js

up with the diagram. The ParentView holds 2 child views InfoView and PhoneListView as well as a few extra divs one of which #name.. ParentView and PhoneListView are Parent views while InfoView and the PhoneView entries are Child views. Like I mentioned.. Assign each child view an element within my view e.g. the InfoView would be assigned #info . Step 1 is pretty self explanatory...