submitValues
#
DescriptionThis store contains all the form values at submit time, only if the bound element is a form
element. The values are
an Object
with the key per group name
and it's value.
The value can be a single value, or an array or values depending on there being fields with the same name
(e.g.
multiple checkboxes), or a <select>
element with the multiple
attribute.