Difference between revisions of "Toolbox configuration"

From SUMOwiki
Jump to navigationJump to search
Line 1: Line 1:
The toolbox can be configured by means of an XML file.  Examples can be found in the 'configs' directory.  The default configuration file is 'configs/default.xml'.   
+
The toolbox can be configured by means of an XML file.  Examples can be found in the 'config' directory.  The default configuration file is 'config/default.xml'.   
  
You can merge small custom config with the 'merge' option.  Options or tags that are missing in this custom file will then be filled up with the values from the default configuration.
+
You can merge your own custom configuration with the 'merge' option.  Options or tags that are missing in this custom file will then be filled up with the values from the default configuration.
 
<pre><nowiki>
 
<pre><nowiki>
 
go('customConfig.xml',[],[],'-merge');
 
go('customConfig.xml',[],[],'-merge');

Revision as of 13:34, 10 May 2007

The toolbox can be configured by means of an XML file. Examples can be found in the 'config' directory. The default configuration file is 'config/default.xml'.

You can merge your own custom configuration with the 'merge' option. Options or tags that are missing in this custom file will then be filled up with the values from the default configuration.

go('customConfig.xml',[],[],'-merge');


The following components can be configured separately: