Erik Gärtner
Erik Gärtner
Good job @aleksispi! I basically did this. Note that I don't link to any specific system version just _the current_ system version. ```bash sudo ln -sfn /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so libopencv_calib3d.so.2.4 sudo ln...
Not sure exactly what you want to do, but if you want to display a parents sibling simply add the grandparent and list all of it's children.
By using a custom `nodeRenderer` callback that creates your html. I'm not going to design your element for you but the callback should look something like this: ```javascript function nodeRenderer(name,...
Hm, looks correct to me. Does it work when you don't specific the `nodeSize` callback? If not, then your error is not in `nodeSize` but somewhere else.
Hi @smart987, I have no plans for that at this moment. Please feel free to make a pull request if you have a solution. Best regards Erik
Right now the nodes resize after the text so this is not very critical.
Currently the library allows for setting callbacks (e.g. "nodeClick") for mouse clicks. The callbacks are handled here: https://github.com/ErikGartner/dTree/blob/3bb7cbaa8de2fad4fe1481699ea484bf2603119b/dist/dTree.js#L123 Not sure if it applies to touch event or if you need...
There is no support for this in dTree natively however you can use a click callback and in that use forexample jQuery to change the background color of the node.
Sorry, I don't have the time to work on new features for dTree. Feel free to make a pull request if you have a good solution :)
No, unfortunately I don't have time right now to add new features to dTree. If you implement the feature be sure to make a pull request!