Changes for page Attachments

Last modified by Mark Kohlmann on 2024/07/26 08:05

From version 5.1
edited by Mark Kohlmann
on 2024/07/02 15:44
Change comment: Install extension [org.xwiki.platform:xwiki-platform-attachment-ui/12.9]
To version 4.1
edited by Mark Kohlmann
on 2020/04/03 03:49
Change comment: Install extension [org.xwiki.platform:xwiki-platform-attachment-ui/12.2]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mark\.kohlmann@chiefintegrations\.com
1 +XWiki.MarkKohlmann
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')