Page 1 of 1

DynaTree: OnSelect doesn't work

PostPosted: 09 Jul 2014 10:16
by asp
Hello!

JQDynaTreeOptions.OnSelect.OnEvent doesn't work. See attached project.

Re: DynaTree: OnSelect doesn't work

PostPosted: 09 Jul 2014 10:21
by Alexander Bulei
Hi asp,

The component have the different concept of select.

Code: Select all
Select = Activate


The OnSelect event fire when "selected" the node through the checkbox or code.

Please check the plugin documentation for more information.

Code: Select all
Select the DynaTree -> right click -> Plugin Documentation


P.S: You can set the checkbox property to true, and assign OnSelect and OnActivate events to check the funcionality.

Best Regards.

Re: DynaTree: OnSelect doesn't work

PostPosted: 09 Jul 2014 11:45
by asp
Thank you for explanation, I'll use OnActivate then.