Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Backbone View Notes

There are informally two main types of views: templates and els.
Els are "this is the block of code with this #el".
Templates are <script type="text/template"> and then you decide the input to this template  with data {}
Templates may have a tagname specified or not. 
Templates use render.
 
PREVIOUS NEXT
Tagged: #Backbone #View #Notes
ADD COMMENT
Topic
Name
7+1 =