xowiki::test::pretty_form_content (private)

 xowiki::test::pretty_form_content d

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

Parameters:
d

Partial Call Graph (max 5 caller/called nodes):
%3 xowiki::test::create_form xowiki::test::create_form (public) xowiki::test::pretty_form_content xowiki::test::pretty_form_content xowiki::test::create_form->xowiki::test::pretty_form_content xowiki::test::create_form_page xowiki::test::create_form_page (public) xowiki::test::create_form_page->xowiki::test::pretty_form_content xowiki::test::edit_form_page xowiki::test::edit_form_page (public) xowiki::test::edit_form_page->xowiki::test::pretty_form_content

Testcases:
No testcase defined.
Source code:
        set pretty_form_content ""
        foreach {k v} $d {
            append  pretty_form_content "$k: $v\n"
        }
        return $pretty_form_content
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: