Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

OrangeBox must bedownloaded from http://orangebox.davidpaulhamilton.net/ and placed in something like /opt/confluence/confluence/orangeboxUpdate: I have found it better to put the OrangeBox javascript-includes into the Main template (url: /admin/editdecorator.action?decoratorName=decorators/main.vmd) so I can use it with all stuff, like the {me-map} macro

Tip

If the OrangeBox is used widely on many pages, include the 2 files in the Custom HTML so its loaded for every page

Name

include-lightbox

Macro Body Processing

No macro body

Output formatCategories

HTMLConfluence Content

Usage

{include-lightbox}

 

Macro Code:

Kodeblok
<script type="text/javascript" src="/slimbox/js/jquery.js"></script>## @noparams

<script type="text/javascript" src="/orangebox/js/orangebox.min.js"></script>
<link rel="stylesheet" href="/orangebox/css/orangebox.css" type="text/css" />

...