MindMap Macro
Last modified by Andreea Popescu on 2024/07/05 17:44
Displays an attached Freemind mindmap using the Freemind applet. |
Type | Doc (Velocity Macro) |
Category | |
Developed by | |
Rating | |
License | GNU Lesser General Public License 2.1 |
Table of contents
Description
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")
You can also check the Sitemap example using the MindMap macro.
Result
Prerequisites & Installation Instructions
To use this macro you'll need to make sure that the Freemind JAR is available in your WEB-INF/lib directory. If not you'll need to put it there.
This macro uses an Applet to display the mindmap and thus requires the Java Plugin to be installed in your browser.