Table of Contents

  • Introduction
  • Templates
    · Introduction
    · <tmplinsert>
    · <tmpldefault>
    · <tmplblock>
    · <tmpldefaultparam>
    · <tmplinsertblock>
    · <tmplinsertall>
    · <tmplinsertexcept>
    · <tmplhelp>
  • Navigation
  • SiteBuilder Tags
  • Examples
  • References
  •  <tmplinsertall> 
    <tmplinsertall> is defined in the WebLayout Templates module.

    The <tmplinsertall> tag inserts all of the content file. Custom tags will be replaced according to their definition by the <tmplblock> tag. Tags that are not defined will be inserted as is, so unlike the <tmplinsertblock> tag this tag can be used to insert normal HTML and RXML tags.

    <tmplinsertblock> cannot be used within a <tmplblock>.

    Attributes
     

    Attributes

    Example
    source code
    
    <tmplblock tag=h1 attribute=color>
    <tmpldefaultparam tag=color>black</tmpldefaultparam>
    
    $h1$

    </tmplblock> <tmplinsertall> ...

    Example Page

    I like cows, 'cause it is always nice to know that breeding for stupidity works.

    Famous Cows

    Cows don't care about fame.
    "=> >

    result

    Example page
    I like cows, 'cause it is always nice to know that breeding for stupidity works.

    Famous Cows
    Cows don't care about fame.