xowiki::FormPage instproc extra_html_fields (public)
<instance of xowiki::FormPage> extra_html_fields
Defined in /var/www/openacs.org/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}]
- Testcases:
- create_test_items