Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
include
outlinefalse
indent
styledefault
exclude
typelist
class
printabletrue

...

Purpose and use

This document function can be used to link content in order to integrate it into the document.

...

There are no further attributes. The dynamisation of content and data is made possible in the code element with JavaScript and the software's own functions. Code (german). https://primesoft-group.atlassian.net/wiki/x/DgC7Fw

Code Block
<FieldsConfiguration>
  <Fields>
  
    <!-- FormattedText get as global translation -->
    <FormattedText Name="EnclosuresTitle">
      <Code>$.translations.getFormattedText("FormattedTexts.EnclosuresTitle")</Code>
    </FormattedText>
    
    <!-- FormattedText Get as snippet -->
    <FormattedText Name="SimpleSnippet">
      <Code>$.snippets.getFormattedText("FormattedTexts.SimpleSnippet")</Code>
    </FormattedText>
    
  </Fields>
</FieldsConfiguration>

...

There are no other attributes. The insertion of WordContent is made possible in the code element with JavaScript and the software's own functions. Code (german) https://primesoft-group.atlassian.net/wiki/x/DgC7Fw

...

Date

Code Block
languagexml
<FieldsConfiguration>
  <Fields>
    <Date Name="CreateDate" Format="yyyy-MM-dd">
      <Code>$("Forms.Date").Value</Code>
    </Date>
  </Fields>
</FieldsConfiguration>

...