kimoa / svg-edit

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

how to use configOption #844

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. i want to use selectNew option
2.
3.

What is the expected output? What do you see instead?
i want to disable this option, but i don't know where and how i have to modifie 
it.
I tried to add : 
<script type="text/javascript">
svgEditor.setConfig({
        selectNew: false
});
</script>
in the main page html but it doesn't work

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)ALL

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1,
etc)

Please provide any additional information below.

Thanks a lot for your help.
Christophe

Original issue reported on code.google.com by tof225...@gmail.com on 29 Aug 2011 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by codedr...@gmail.com on 23 Sep 2011 at 12:01