xowiki::FormPage instproc combine_data_and_form_field_default (public)

 <instance of xowiki::FormPage[i]> combine_data_and_form_field_default \
    is_new form_field data_value

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

Combine the value of the form field (e.g. determined by the default) with the value in the instance attributes. This function decides, whether it should honor the data value or the form field value for e.g. rendering forms.

Parameters:
is_new - is this a new entry?
form_field - object id of the form field
data_value - the data from the instance attributes.

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 combine_data_and_form_field_default xowiki::FormPage instproc combine_data_and_form_field_default test_create_form_with_form_instance->xowiki::FormPage instproc combine_data_and_form_field_default

Testcases:
create_form_with_form_instance
[ show source ]
Show another procedure: