Hi all,
I had created my main created node, and it call configuration nodes. Now configuration node can open and editable. But I want to control configuration when [Update] button of configuration node is clicked.
I try to use
oneditsave: function () {
....
}
but it had not raised this event.
What is event name of Configuration nodes update?