Skip to main content

Online Help Merge

Function: The element is used to add the specified merge file to the global offline help.

Parameter

Description

Annotation

Additional comment or information about this element

This information is visible only within the Package Designer.

Requirement: At least version Package Manager 3.5.4.0

Path

_cds_icon_three_dots.png: Opens the file directory for selecting the file path of the merge file

The format of the file has to be *.merge. The file is copied to the package archive.

Example of merge file: "Example.merge"

The following file creates the Add-ons folder at the end of the offline help and adds the Example.chm help file below it.

<Merge>
    <File>Example.chm</File>
    <TOCRoot>codesys.chm::/meta.htm</TOCRoot>
    <TOCTree>
            <Path>Add-ons</Path>
    </TOCTree>
</Merge>