Table of Contents | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
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 | ||
---|---|---|
| ||
<FieldsConfiguration> <Fields> <Date Name="CreateDate" Format="yyyy-MM-dd"> <Code>$("Forms.Date").Value</Code> </Date> </Fields> </FieldsConfiguration> |
...