Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Purpose and use

Defined placeholders, configured via the Placeholder Definition function on a parent template, such as a layout or a master template, can be provided with the respective data via this function. The data can be generated from Forms or via the Fields function.

Basic structure

<PlaceholderMappingConfiguration>
  <Mappings>
    <!-- Placeholders -->
  </Mappings>
</PlaceholderDefinitionConfiguration>

ToDo

  • Boolean

  • Text

  • Image

<PlaceholderMappingConfiguration>
  <Mappings>
    <Text Name="Forms.Date" SourceField="Forms.Date" />
    <Image Name="AssociateLogo" SourceField="AssociateLogo" />
    <Text Name="Texts_Page" SourceField="Texts_Page" />
    <Text Name="Footer" SourceField="Profile.Org.Footer" />
  </Mappings>
</PlaceholderMappingConfiguration>

  • No labels