-
I use this code to load data from json
var nodes = JSON.parse(jsonData);
if (FamilyTree.events.publish("import", [family, nodes]) != 0) {
family._putInUndoStack();
family.clearRedo();
…
-
Since we converted from the free to the paid version onUpdateNode function is not working
-
The tooltip_div is faded in by a `mouseover` event and faded out by `mouseout` on a node or its text. I've noticed that while the div is hidden by setting `opacity:0` it still blocks mouse events from…
-
I want to make use of nodeTreeMenu to add node(s) to my tree programmatically.
Is there any event triggered when those placeholder nodes (e.g. "Add husband") are clicked? I've observed "update" and…
blavv updated
10 months ago
-
Nice to see this kind (family tree) of application become available for Nextcloud.
Recently I stumbled over https://webtrees.net/ would it be possible to use this in combination with Nextcloud?
Is…
-
# Bug Report
| Subject | Details |
| :------------- | :---------------------------------------------------------------|
| Rector…
-
I have some family data and I have images.
The properties bar shows image urls. I cannot hide them. (The labels dont have proper Id/classnames so I couldnt hide)
Also Additionaly I want to place e…
-
Hello!
After registering a callback to certain events like `familyTree.onUpdateNode`, how do I unregister the same callback from `familyTree`?
-
I've created an minimal example but the UI is gray :
![image](https://github.com/BALKANGraph/FamilyTreeJS/assets/16576963/b415e340-8940-40e0-9f06-f8a6441b810f)
My code :
``` HTML
…
-
Hello! I notice that when I display the number of children of a node (called it `A`), it correctly shows the number of child nodes. However, if I select the partner node of node `A`, it shows 0 childr…