Changes between Version 1 and Version 2 of QuickStart/6:AddingaSiteWideTemplate

Show
Ignore:
Timestamp:
05/28/09 23:26:23 (17 years ago)
Author:
gknight593 (IP: 204.210.162.146)
Comment:

New download, this is on Line 38.

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart/6:AddingaSiteWideTemplate

    v1 v2  
    99The include, though, is special. Open it up. (/translator/views/dspTemplate.cfm). 
    1010 
    11 See Line !#13? "viewcollection.getView('body')"? What's with that? 
     11See Line !#38? "viewcollection.getView('body')"? What's with that? 
    1212 
    1313Model-Glue makes it easy to display the rendered HTML from one view inside of another. In all of your .CFM view templates, a variable named "viewcollection" is available. To display the rendered HTML from a prior view, simply run getView(), passing it the value of the desired view's NAME attribute.