@danny wrote:
Hi,
I have problem when I want to insert "img" tag into "Diagram Model saved in JSON format".
Use http://gojs.net/latest/samples/pageflow.html for example:
The original example look like this:
and I want to add "img" on the node, so the code like this:
but the "save" button can't show out the "img" resource
document.getElementById("mySavedModel").value = myDiagram.model.toJson();
the result I want is something look like this:
Best regards,
Danny
Posts: 2
Participants: 2

