Purpose
Load Javascript and CSS for the Hypertree - Remember to add the User Macro: Hypertree JSON Macro also
This is not usefull unless the js and css files are accessible at the specified path
Download all files : Jit-2.0.1.zip - From the http://philogb.github.io/infovis/
Details
Macro Name | hypertree-json | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Macro-Title | Hypertree JSON | ||||||||
| Description | This Macro creates the JSON for a Page tree | ||||||||
| Categories | Confluence Content | ||||||||
| Documentation URL | |||||||||
Definition of User Macro |
|
Macro Code - from the page
## @noparams
<link type="text/css" href="/Jit/css/Hypertree.css" rel="stylesheet" />
<style>
#container {
margin:0 auto;
position:relative;
}
#infovis {
}
</style>