OpenWGA 7.5 - WebTML reference
WebTML tags » include<tml:include medium ="media-key">
Purpose:
used with type="tml|innerlayout|portlet": if defined the layout will be rendered in this medium
Value(s):
mediakey
Default value:
the mediakey of the current layout
Examples:
In this example a xml area is embedded a HTML document. The
In diesem Beispiel wird eine XML-Insel in einem HTML-Dokument eingebettet. Dazu wird das TML-Layout, welches die Daten liefert, mit Medienschlüssel "xml" eingebunden.
In diesem Beispiel wird eine XML-Insel in einem HTML-Dokument eingebettet. Dazu wird das TML-Layout, welches die Daten liefert, mit Medienschlüssel "xml" eingebunden.
<head>
<xml>
<tml:include ref="xmldata" medium="xml"/>
</xml>
</head>