Possible todo to support server-side saving of exports as well
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2660 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
f67b3f3e4f
commit
496ee1e875
|
@ -1,5 +1,8 @@
|
|||
/*globals $, svgCanvas, svgEditor*/
|
||||
/*jslint regexp:true*/
|
||||
// TODO: Might add support for "exportImage" custom
|
||||
// handler as in "ext-server_opensave.js" (and in savefile.php)
|
||||
|
||||
svgEditor.addExtension("php_savefile", {
|
||||
callback: function() {
|
||||
'use strict';
|
||||
|
|
Loading…
Reference in New Issue