Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a Family Tree [closed]

I am creating Family Tree feature for my web app with HTML5 requirements. I already searched and found some JS samples, but I haven't find any that fit with my requirements. I already tried JIT, Rafael, GoJS, etc.

I found this to be the closest one is from GoJS:

GoJS fam-tree option #1

But this not enough. I need to connect one member with another member with drag and drop function.

Is there some JS that may fit with the requirements or at least operate like GoJS? Since I need to pay a license for GoJS AND THEN customize it, the budget is tight. Thank you very much.

like image 938
Irwan Avatar asked Apr 11 '13 08:04

Irwan


People also ask

How do I recover a deleted Ancestry Family Tree?

From any page on Ancestry, click the Trees tab and select a family tree. in the top-left corner and select Tree Settings. In the bottom-right corner of the Tree Settings page, click the Delete your tree link. Once a tree is deleted, it can't be recovered.

Can I still access my family tree if I cancel ancestry?

Viewing most records: You'll still be able to search the site and see which records match your searches, but unless the records are free, you won't be able to view record images or transcriptions (including record images or transcriptions already attached to your trees).

Why has my ancestry family tree disappeared?

If you click on the Trees tab and don't see your tree, you're likely signed in to the wrong account. Even if you see your name or username in the top-right corner, sign out of the account you're in by clicking the name or username in the top-right corner and selecting Sign Out.


1 Answers

The functionality you're looking for is built in to GoJS. For instance have a look at the
Org Chart Editor Sample.

You can double click on nodes in order to add a new person, drag a node onto another in order to change relationships, and draw links (with a click drag operation) from a node's background to other nodes that have no "boss".

(If you want a node to have no Boss in this simple sample, you can select and delete links)

like image 127
Simon Sarris Avatar answered Sep 27 '22 17:09

Simon Sarris