From the API I saw that there is a method: dynamicForm.rememberValues();
that does not exist in SmartGWT but it is referenced in SmartGWT's docs api.
From SmartClient documentation (
http://www.smartclient.com/docs/6.5.1/a/b/c/go.html#method..DynamicForm.remember
Values
):
Object rememberValues ()
Make a snapshot of the current set of values, so we can reset to them
later. Creates a new object, then adds all non-method properties of values
to the new object. Use resetValues() to revert to these values. Note that
this method is automatically called when the values for this form are set
programmatically via a call to DynamicForm.setValues().
Returns:
type: Object - copy of current form values
Original issue reported on code.google.com by mihai.ile@gmail.com on 11 Feb 2009 at 6:15
Original issue reported on code.google.com by
mihai.ile@gmail.com
on 11 Feb 2009 at 6:15