Class ::xowiki::includelet::references-graph (public)
::xowiki::IncludeletClass ::xowiki::includelet::references-graph\ [ -page page ] [ -folder folder ] [ -rankdir rankdir ] \ [ -fontsize fontsize ]
Defined in /var/www/openacs.org/packages/xowiki/tcl/references-graph-procs.tcl
Include a graph of the (partial) link structure in a wiki, starting either with a page or a folder. When a page is provided, the local link structure of this page is visualized (including incoming and outgoing links of the page; e.g. -page "." for the current page). Alternatively, the content of a folder can be shown.
- Switches:
- -page (optional)
- starting page for a partial link graph, provided as item ref
- -folder (optional)
- starting page for showing all children of a folder (default .)
- -rankdir (optional)
- possible values LR, TB, BT, or RL
- -fontsize (optional)
- fontsize for graphviz (default 12)
- Testcases:
- No testcase defined.