Page Tokens

Page Tokens provide you with the ability to use information about the current page on which the XMod Pro module instance is sitting such as the page's ID. Additional Module Tokens will be added to this topic as they become available.

Syntax

[[Page:pageSettingsName]]
 

Remarks

 

 

 

 

Back to top

Example

<xmod:template>
  ...
  <HeaderTemplate>
    <h1>This page's ID is: [[Page:ID]]</h1>
  </HeaderTemplate>
  ...
</xmod:template>

<AddForm ClientName='[[Join("MyForm", [[Page:ID]])]]'>

</AddForm>
Back to top