This feature is a tool that can be used to insert a range from a document from a defined path to the selection in the active document. The range will be inserted at selection.
CMD
<Cmd case="BaseExtensions:insert-from-file" path="x"/>
Parameter
path
Define the path for the document with the range that should be inserted. The document-file should be located in the Content\BaseExtensions
folder in the SDUP. If the file is in this folder, the path can be defined with just the name of the file concerned, e.g. path="documentname.docx"
. In contrast, if the file is located in one or more folders inside this folder, the path start from the first folder and further to the document name, e.g. path="folder1/folder2/documentname.docx"
.
Comments
0 comments
Article is closed for comments.