You are here: Reference Guides > Javascript Support > SVFormAddUpdatedXPath

SVFormAddUpdatedXPath

Use this function to mark an XML field as having been changed.

Winshuttle Designer keeps track on the client of all fields that change, and only updates those fields when the form is submitted back to the server.  If your Javascript changes a field, then you must call this function with the node as argument so that the server will know that the field changed.

SVFormAddUpdatedXPath arguments

Argument

Description

node

The SVXmlNode to add as having been changed.