Coder Social home page Coder Social logo

jstree instance about jstree-directive HOT 4 CLOSED

arvindr21 avatar arvindr21 commented on June 20, 2024
jstree instance

from jstree-directive.

Comments (4)

oxycoder avatar oxycoder commented on June 20, 2024

"To invoke a method on an instance you must obtain a reference of the instance and invoke the method".
Following the current struct jsTree.directive.js, you can do following:

       manageInstance: function (s, e, a) {
            if (a.treeInstance) {
                // Using the first way to invoke method on instance
                s[a.treeInstance] = this.tree.jstree(true);
            }
        }

then

    treeDir.manageInstance(s, e, a);

Setup attribute in view

<js-tree tree-instance="myTree" ...>

Access instance and invoke jstree method in controller

    $scope.myTree.open_node('node_1');

List of available method for jstree: https://www.jstree.com/api/#/?q=(

from jstree-directive.

qlux avatar qlux commented on June 20, 2024

Thank you, that's what I was looking for! Really useful to get the getSelected() method inside angular.

from jstree-directive.

icruces avatar icruces commented on June 20, 2024

Thanks.

from jstree-directive.

qlux avatar qlux commented on June 20, 2024

Actually since there is some activity on this thread I will add a better method:
If you add a tree-instance to the jsTree declaration:
<js-tree tree-id="dataTree" tree-instance="myTreeInstance" tree-plugins="........></js-tree>

you can access it inside the scope as follow:

$scope.myTreeInstance.deselect_all(); $scope.myTreeInstance.open_node(openFolder); $scope.myTreeInstance.select_node(selectNode);

from jstree-directive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.