What is event name of Configuration nodes update?

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.

image

I try to use

oneditsave: function () {
    ....
}

but it had not raised this event.

What is event name of Configuration nodes update? :thinking:

It is the same as regular nodes - oneditsave.

If you aren't seeing it get called, something else must be wrong with your node.

Thank you so much for your reply :blush:

I missed something in my code. So now, it work.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.