Revision: 2870
Author:
bre...@gmail.com
Date: Fri May 23 12:29:43 2014 UTC
Log: Edited wiki page ConfigOptions through web user interface.
http://code.google.com/p/svg-edit/source/detail?r=2870
Modified:
/wiki/ConfigOptions.wiki
=======================================
--- /wiki/ConfigOptions.wiki Thu May 22 07:50:09 2014 UTC
+++ /wiki/ConfigOptions.wiki Fri May 23 12:29:43 2014 UTC
@@ -6,7 +6,7 @@
== How to set the options ==
-Options can be set using svgEditor.setConfig(options), where "options" is
an object literal of keys and values. This must be run _before_ the actual
page or DOM is loaded, otherwise it will have no effect. Note that one may
create a "config.js" file within the "editor" directory and add such
configuration directives to it without needing to modify the repository
editor code.
+Options can be set using svgEditor.setConfig(options), where "options" is
an object literal of keys and values. This must be run _before_ the actual
page or DOM is loaded, otherwise it will have no effect. Note that one may
create a "config.js" file within the "editor" directory and add such
configuration directives to it without needing to modify the repository
editor code (and note version 2.8 adds support for a custom.css file for
the same purpose).
Example: