xowiki::Page instproc render (public)

 <instance of xowiki::Page[i]> render \
    [ -update_references update_references ] [ -with_footer on|off ]

Defined in packages/xowiki/tcl/xowiki-procs.tcl

Render a wiki page with some optional features, such as including a footer or updating references for this page.

Switches:
-update_references (optional, defaults to "unresolved")
might be "all", "unresolved" or "never"
-with_footer (optional, boolean, defaults to "true")
boolean value
Returns:
rendered HTML content.

Partial Call Graph (max 5 caller/called nodes):
%3 test_link_tests link_tests (test xowiki) xowiki::Page instproc render xowiki::Page instproc render test_link_tests->xowiki::Page instproc render test_xowiki_test_cases xowiki_test_cases (test xowiki) test_xowiki_test_cases->xowiki::Page instproc render

Testcases:
xowiki_test_cases, link_tests
[ show source ]
Show another procedure: