xowiki::Page instproc render (public)
<instance of xowiki::Page> render \ [ -update_references update_references ] [ -with_footer on|off ]
Defined in /var/www/openacs.org/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.
- Testcases:
- xowiki_test_cases, link_tests