- Timestamp:
- 06/29/2007 12:41:20 PM (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/blog-tutorial/protected/pages/Day1/ShareLayout.page
r1927 r2041 29 29 <body> 30 30 <com:TForm> 31 <div id="page"> 31 32 32 33 <div id="header"> … … 42 43 </div> 43 44 45 </div> 44 46 </com:TForm> 45 47 </body> … … 114 116 115 117 <p> 116 By setting <tt>MasterClass</tt> property as <tt>Application.layouts.MainLayout</tt>, we instruct the <tt>Contact</tt> page to use <tt>MainLayout</tt> as its master. Here, we are using the <a href="http://www.pradosoft.com/demos/quickstart/?page=Fundamentals.Components">namespace format</a> to refer to the <tt>MainLayout</tt> class. 118 By setting <tt>MasterClass</tt> property as <tt>Application.layouts.MainLayout</tt>, we instruct the <tt>Contact</tt> page to use <tt>MainLayout</tt> as its master. Here, we are using the <a href="http://www.pradosoft.com/demos/quickstart/?page=Fundamentals.Components">namespace format</a> to refer to the <tt>MainLayout</tt> class. 117 119 </p> 118 120 … … 141 143 $this->MasterClass='Path.To.NewLayout'; 142 144 } 143 145 144 146 // ... 145 147 }
