Changes for page Attachment Application

Last modified by Admin on 2024/03/25 16:59

<
From version < 29.1 >
edited by Marius Dumitru Florea
on 2017/07/12 14:03
To version < 31.1 >
edited by Marius Dumitru Florea
on 2017/07/12 14:10
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,7 +1,7 @@
1 1  This application provides an Attachment Selector, which is a picker associated with XObject properties of type String, offering a friendly UI for selecting one of the document's attachments and updating the property's value with that attachment's name.
2 2  
3 3  In view mode, it displays the name of the attachment or the corresponding image if the attachment is an image and the macro is parametrized to display images, possibly surrounded by a link to the attachment if the ##link## parameter is set to ##true##.
4 -In edit mode, it also generates a button that triggers the actual selector. The selector consists of an attachment gallery listing the attachments of the current document that are accepted by the property (see the ##filter## parameter), and giving the possibility to upload new attachments, to select or delete existing attachments, and to empty the property value.
4 +In edit mode, it also generates a button that triggers the actual selector. The selector consists of an attachment gallery listing the attachments of the current document that are accepted by the property (see the ##filter## parameter), and giving the possibility to upload new attachments, to select, replace or delete existing attachments, and to empty the property value.
5 5  
6 6  == Usage examples ==
7 7  
... ... @@ -36,6 +36,7 @@
36 36  * ##alternateText##: The alternate text (##alt## attribute) of the displayed image, only taken into account if ##displayImage="true"##.
37 37  * ##link##: States whether a link to the attachment is associated in view mode with the displayed attachment name/image. Possible values: ##true##, ##false## (default).
38 38  * ##targetdocname##: An optional reference to a document to use as the source (and target) for the attachments to display. By default the current document is used.
39 +* ##versionSummary##: Whether to allow the user to enter a version summary that will be recorded in the history. An automatic message is used when no version summary is provided or if the version summary input is not displayed. Possible values: ##true##, ##false## (default). Since 9.5RC1.
39 39  
40 40  == Screenshots ==
41 41  

Get Connected