xowiki::FormPage instproc extra_html_fields (public)

 <instance of xowiki::FormPage[i]> extra_html_fields

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

Should be overloaded to provide extra content to some forms. This method can be used to add additional (e.g. hidden) HTML input fields to form pages. Example: ::html::input -type hidden -name __object_name -value [::security::parameter::signed ${:name}]

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_test_items create_test_items (test xowf) xowiki::FormPage instproc extra_html_fields xowiki::FormPage instproc extra_html_fields test_create_test_items->xowiki::FormPage instproc extra_html_fields

Testcases:
create_test_items
[ show source ]
Show another procedure: