Using Intraweb (7)-Main template

Source: Internet
Author: User

Tiwlayoutmgrhtml, tiwtemplateprocessorhtml belong to the page-level template, if you want to the entire site unified template, of course, use the main template.

Tiwtemplateprocessorhtml can set the page-level main template through its Mastertemplate property, which can implement template nesting, but that doesn't make much sense.

The full-station master template we want to use is set by the Mastertemplate property of the Iwservercontroller (Servercontroller unit).

Setting method: Iwservercontroller.mastertemplate: = ' xxx.html '; Its default path is still iwservercontroller.templatedir.
The page format of the main template is as follows:
 $body//This tag is used to invoke individual pages, and if not, all pages will only display the contents of the main template 
   
     //Contents 
     of the main template {% of the control name of a
      page}//The control of a page can be inserted directly from the main template (if
    that page has one) </body>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.