fancytree Questions

9

Solved

I have a combobox with different options that each brings up a fancytree to the screen. I make an ajax call to get the source for the fancytree but it's not reloading and shows the same options ag...
Cowboy asked 23/2, 2015 at 17:56

2

Solved

Using fancytree, how can I prevent the boundary around the fancytree div from becoming blue when it's active? To replicate, go to the link below, click inside the fancytree control (click any node...
Yuu asked 24/9, 2014 at 19:21

1

Solved

I'm trying to implement a web-based folder browser using the FancyTree jquery plugin. After some teething problems, I have it working quite well. The only problem is that FancyTree doesn't display ...
Ramin asked 1/10, 2017 at 13:12

1

Solved

Hi there i have just started using this jquery tree. and was wondering if there is any property I can set to make the connecting line visible all the time.
Murrelet asked 26/1, 2017 at 15:33

2

Solved

I am using the fancytree plugin to render a directory and next to this fancytree is a button. The user is supposed to click this button, and I am supposed to get a list of selected nodes from the t...
Almucantar asked 18/4, 2015 at 22:57

1

Solved

Right now I have a few files in python that have following file path format: a/b/c/d/e/file1 a/b/c/d/e/file2 a/f/g/h/i/file3 a/f/g/h/i/file4 Now, when I fetch these paths in Python, I want to tu...
Antenna asked 5/8, 2015 at 23:32

2

I cannot find an example to do this anywhere, although I could have sworn I've seen one in the past. I want to add a button to a node in fancytree so that either on hovering over that node (or ma...
Hyphen asked 16/9, 2014 at 11:49

1

I have difficulties in selecting a given node from fancytree plugin. So, I have tried something like: $("#tree").fancytree("getTree").visit(function(node){ node.select(n); }); where "n" is any...
Ordinal asked 2/12, 2014 at 20:5

1

I've been using the fancytree plugin for a little while now, and have managed to sort out most issues that I've come across, however I'm a bit stuck now.... I've just started using the column-view...
Boatswain asked 2/9, 2014 at 9:56

2

Solved

I'm using the FancyTree jQuery plugin in one of my projects: https://github.com/mar10/fancytree This plugin also has a Filter extension which either dimms or hides the unmatched nodes: https://git...
Geochronology asked 8/5, 2014 at 13:32

1

Solved

I want to pass the data from a fancytree to a generic handler so that I can save it for future use. If I use this code: function SaveTree() { var tree = $('#TopTree').fancytree("getTree"); $.aj...
Ephah asked 29/5, 2014 at 18:15

1

Solved

I am using Fancy tree to populate the tree, for understanding the code is shown var treeData = [{"title":"image_test","folder":true,"children":[{"title":"images5","folder":true,"children":[{"titl...
Joycelynjoye asked 12/3, 2014 at 15:18

1

Solved

Iv been working on a project with fancytree as a tree-view. works grate with Ajax and server calls. How ever. I still wonder if its possible to reload a selected node to get updated regarding its c...
Eightfold asked 18/3, 2014 at 22:11
1

© 2022 - 2024 — McMap. All rights reserved.