Popup Dialog

Has anyone done anything with popup dialogs. If this has already been answered elsewhere, I apologize, I have been searching in the forum and on google. We are evaluating the tool and were hoping for a quick sample to get us up and running quickly, but I could not find one.

Thanks for any help.

Most customers either use their framework or jQuery or just plain HTML for creating their popup dialogs. It really doesn’t have anything to do with GoJS except maybe responding to some input event or state change.

For example, http://gojs.net/latest/samples/dataVisualization.html shows some HTML as a tooltip.

http://gojs.net/latest/samples/orgChartEditor.html shows some HTML (not in a popup but inline in the page) to allow the user to edit the details of the person. That’s in addition to permitting in-place text editing in the node.

thank you for your help.