I've cloned mxGraph from https://github.com/jgraph/mxgraph. I've pointed my browser to http://localhost/mxgraph/javascript/examples/grapheditor/www/
Now I can create graphs, however I cannot save them as both "Save" and "Save as..." is grey color.
- How can I enable save?
- Can I use PHP to save the image and XML so I can get and unique ID that I can save in a MySQL database table?