BALKANGraph / FamilyTreeJS

Build family tree app with BALKAN FamilyTreeJS library. Family Tree also called a genealogy or a pedigree chart, is a chart representing family relationships in a conventional tree structure.
50 stars 16 forks source link

Customize the save button of the edit form #92

Closed zeraati closed 7 months ago

zeraati commented 7 months ago

I want to call another method in addition to the application methods when the save button is pressed in the editing form How can I do this without changing the source?

ZornitsaPesheva commented 7 months ago

We have a save event. Here is a code example: https://code.balkan.app/family-tree-js/save-button-event-listener#JS

zeraati commented 7 months ago

Is it called before saving the data or after?

ZornitsaPesheva commented 7 months ago

It is called on Save button click, i.e. before onUpdateNode