<tml:include>

Description:
Embedding of resources in current page.
Attributes:
General WebTML attributes are hidden -> show general attributes
Name Value(s) Version Usage

Details:
Examples:

    <tml:include ref="tml-element"/>

    includes the TML design element "tml-element".

    <tml:include type="url" ref="http://www.innovationgate.com"/>

    includes the content of "www.innovationgate.de" to the page

    <tml:include ref="windowview">

      <tml:option name="body">
        Hello world
      </tml:option>
    </tml:include>

    includes the TML design element "windowview" to the page. The TML design element receives the parameter "body".