xowiki::FormPage instproc load_values_into_form_fields (public)

 <instance of xowiki::FormPage[i]> load_values_into_form_fields \
    form_fields

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

Load either the instance variables or the instance attributes into the provided form-fields. The function sets the values based on the default values and the values for the current object.

Parameters:
form_fields

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_form_with_form_instance create_form_with_form_instance (test xowiki) xowiki::FormPage instproc load_values_into_form_fields xowiki::FormPage instproc load_values_into_form_fields test_create_form_with_form_instance->xowiki::FormPage instproc load_values_into_form_fields test_create_form_with_numeric create_form_with_numeric (test xowiki) test_create_form_with_numeric->xowiki::FormPage instproc load_values_into_form_fields _ _ (public) xowiki::FormPage instproc load_values_into_form_fields->_

Testcases:
create_form_with_form_instance, create_form_with_numeric
[ show source ]
Show another procedure: