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
(defaults to "unresolved") (optional)
might be "all", "unresolved" or "never"
-with_footer
(boolean) (defaults to "true") (optional)
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: