Table of Contents

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

    The <tmplinsertexcept> works like the <tmplinsertall> tag, but you can specify some tags that are not to be inserted. It is also possible to use <tmplinsertexcept> within a <tmplblock> container tag, in which case it will insert all tags from the current tag rather than from the whole content file.

    Attributes
    tag,  

    Attributes

    tag=tag,tag,...
    The tags that are not to be inserted.
    Example