Changes for page Attachments

Last modified by Mark Kohlmann on 2024/07/27 00:01

From version 3.1
edited by Mark Kohlmann
on 2024/07/26 14:16
Change comment: Migrated property [type] from class [XWiki.WikiMacroParameterClass]
To version 1.1
edited by superadmin
on 2020/08/21 21:25
Change comment: Install extension [org.xwiki.platform:xwiki-platform-attachment-ui/12.5.1]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.mark\.kohlmann@chiefintegrations\.com
1 +XWiki.superadmin
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -3,6 +3,7 @@
3 3  $xwiki.ssfx.use('js/xwiki/widgets/modalPopup.css', true)##
4 4  $xwiki.jsx.use($xcontext.macro.doc.fullName)##
5 5  $xwiki.ssx.use($xcontext.macro.doc.fullName)##
6 +$xwiki.jsfx.use('js/scriptaculous/builder.js')##
6 6  ## Integrates the optional Lightbox widget (from http://extensions.xwiki.org/xwiki/bin/view/Extension/Lightbox+Application )
7 7  #if ($xwiki.exists('XWiki.Lightbox'))
8 8   $xwiki.jsx.use('XWiki.Lightbox')