Export to GitHub

svg-edit - issue #1279

just to help guide


Posted on Jun 27, 2015 by Grumpy Bird

just to help, as the configuration step by step, to save to the server and open it from the server. saw the answers about ext-server_opensave.js think this is it, but how... to do..

open from internal server http://10.10.8.56/svg/svg-editor.html I just want it to store, edit, and whether it is possible to simultaneously edit multiple users?

Comment #1

Posted on Jun 27, 2015 by Grumpy Bird

omg it is real easy))

when copy in to server, just edit config.js

-- svgEditor.setConfig({

extensions: ['ext-php_savefile.js'],

   dimensions: [800, 100],
    iconsize: 'xl',
   canvas_expansion: 5,
   initFill: {
           color: '0000FF'
   }

});

Comment #2

Posted on Jun 27, 2015 by Grumpy Bird

Comment deleted

Comment #3

Posted on Jun 29, 2015 by Grumpy Bird

Comment deleted

Comment #4

Posted on Jun 29, 2015 by Grumpy Bird

how to do simultaneous multi-user editing?

Comment #5

Posted on Jun 29, 2015 by Grumpy Bird

collaborative editing?

Comment #6

Posted on Jul 21, 2015 by Helpful Rhino

this is not working , I'm editing the config.js file as stated but nothing happens

Status: New

Labels:
Type-Defect Priority-Medium