wax:call-template
Attributes
名前 | 概要 | 初期値 | 必須 |
href | waxmlファイルまでのパスを指定します。 | None | No |
Dependencis
親ディレクティブ
子ディレクティブ
Sample
waxmlファイル中に以下のように書くとtest.waxmlが呼び出され結果が挿入されます。
<wax:call-template href="test.waxml" />
また、wax:locationを使用する場合は以下のようになります。
<wax:call-template>
<wax:location>
<wax:href>test.waxml</wax:href>
</wax:location>
</wax:call-template>
|
|