Gisellameloni / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

just to help guide #1279

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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?

Original issue reported on code.google.com by lst...@gmail.com on 27 Jun 2015 at 12:56

GoogleCodeExporter commented 8 years ago
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'
       }
});

Original comment by lst...@gmail.com on 27 Jun 2015 at 6:00

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
how to do simultaneous multi-user editing?

Original comment by lst...@gmail.com on 29 Jun 2015 at 7:12

GoogleCodeExporter commented 8 years ago
collaborative editing?

Original comment by lst...@gmail.com on 29 Jun 2015 at 7:18

GoogleCodeExporter commented 8 years ago
this is not working , I'm editing the config.js file as stated but nothing 
happens

Original comment by boris.be...@mradigital.co.uk on 21 Jul 2015 at 1:14