Help Center>Foundation Help

SVFormAddUpdatedXPath

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

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

Arguments

node — the SVXmlNode to add as having been changed.