MindMap Macro
This is a Velocity macro, bundled with all the XWiki products by default.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
MindMap Macro
Displays an attached Freemind mindmap using the Freemind applet.Usage
#mindmap($mapname $width $height)
Parameters definition
| Name | Optional | Allowed values | Default value | Description |
|---|---|---|---|---|
| mapname | no | a string | none | name of an attached mindmap file or a URL pointing to a mindmap |
| width | yes | applet width parameter | "100%" | width of the displayed mindmap |
| height | yes | applet height parameter | 600 | height of the displayed mindmap |
Example
Display VIP support processes mindmap from the Freemind mindmap gallery.#mindmap("VIP.mm")Result