You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The optional opts object is only there to control the behavior of setAction. It is not passed to the event handler.
The only value currently supported is {noEvents: false}, which can be set to true to prevent triggering beforeActivate, activate, and deactivate events.
(Note that I just implemented it after you opened the request.)
It's working. THANK YOU! I have only one question - I'm not very familiar with the git system and I took the source code from the repository and I've overwrote the file that I downloaded from the 2.0.0 - 7 release. Can you please tell me when this change will be visible into a release download? Thank you again for the clarifications.
Hi,
First of all, thank you for this great treeview control. Is wonderfull - I've used others in the past but far from others this one is the greatest...
Now, I have a question - if I'm sending an optional parameter to the node.setActive method like this:
currentNode.setActive(true, { noPreview: true });
how can I access my optional parameter (noPreview) in the activate event handler:
activate: function (event, data) { }
Thank you.
Evdin
The text was updated successfully, but these errors were encountered: