Live¶
Attaches a change event handler on specified xpath.
1 |
|
Attaches a change event handler on specified xpath.
1 |
|
Parameters¶
(e: XmlEvent) => void callback
Callback function to be execute.
string xpath
XPath of nodes to be attached. If not specified current node is selected.
Remarks¶
This method attaches to existing and created in later future nodes.
This method is only available on client side scripts like Form scripts.
This method attaches to existing and created in later future nodes.
This method is only available on client side scripts like Form scripts.
Receive an alert for changing the customer name¶
1 2 3 |
|
Receive an alert for any change all order/count nodes¶
1 2 3 |
|