Active
Project:
Graph Phyz
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2011 at 13:07 UTC
Updated:
13 Sep 2014 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
clemens.tolboomThis give a new browser window
Comment #2
clemens.tolboomThis js and issue should be moved to github but for now moved to graph_phyz component.
Comment #3
clemens.tolboomThe export done by firefox is saved as a .part file.
The colors are not saved into the file.
Comment #4
clemens.tolboomWe could wonder why not just use the Graphviz project?
Comment #5
clemens.tolboomMaybe this helps http://stackoverflow.com/questions/7717851/save-file-javascript-with-fil...
Comment #6
clemens.tolboomIs should be possible now with https://drupal.org/project/blob_relay.
It needs integration code so let's see how that works out.
Comment #7
clemens.tolboomThe link from #5 to http://stackoverflow.com/questions/14964035/how-to-export-javascript-arr... has a new comment
document.body.appendChild(link);which would make it work on FF ... need to try.