﻿<?xml version="1.0" encoding="UTF-8"?>
<config>
    <!--
    Paragraph styles available in the "Paragraph Style" combo box
    -->
    <paragraphstyles>
        <paragraphstyle name="H1" />
        <paragraphstyle name="H2" />
        <paragraphstyle name="H3" />
        <paragraphstyle name="H4" />
        <paragraphstyle name="H5" />
        <paragraphstyle name="H6" />
        <paragraphstyle name="DIV" />
        <paragraphstyle name="PRE" />
    </paragraphstyles>

    <!--
    Defines the available fonts. Per default all system fonts are available.
    -->
    <fontmapping usesystemfonts="true" />
    <!-- You can also use your own definitions:
      <font name="Roman">
        <renderedfont>Serif</renderedfont>
        <exportedfont>Georgia, Times New Roman, Times</exportedfont>
      </font>
    -->
    
    <!-- Enables the editor's undo/redo feature. The default number of undo/redo steps cached is 5 -->
    <multipleundoredo enabled="true" maxsteps="50" />
    
    <!--
    Preset custom colors available in the "Font Color dialog"
    -->
    <presetcolors>
        <color rgb="#DC143C" desc="Crimson" />
        <color rgb="#556B2F" desc="Darkolivegreen" />
        <color rgb="#F0FFF0" desc="Honeydew" />
    </presetcolors>

    <!--
    Configures the thesaurus dictionaries that are available.
    -->
	<thesauruses>
        <thesaurus name="LANGUAGE_AMERICAN" archive="lex/american-thesaurus.jar" version="100" default="true" />
        <thesaurus name="LANGUAGE_CANADIAN" archive="lex/canadian-thesaurus.jar" version="100" default="false" />
        <thesaurus name="LANGUAGE_BRITISH" archive="lex/british-thesaurus.jar" version="100" default="true" />
    </thesauruses>

    <!--
    Configures which spell checkers are available and the location of the spell checker properties files.
    Also determines if the spell checker should automatically check the spelling at run-time.
    -->
    <spellingcheckers autospellcheck="true">
        <spellingchecker name="LANGUAGE_AMERICAN" archive="lex/americanenglish.jar" version="250" default="true" />
        <spellingchecker name="LANGUAGE_AMERICAN_MEDICAL" archive="lex/usmed.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_AMERICAN_LEGAL" archive="lex/uslegal.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_BRITISH" archive="lex/british.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_BRITISH_MEDICAL" archive="lex/brmed.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_BRITISH_LEGAL" archive="lex/brlegal.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_CANADIAN" archive="lex/canadianenglish.jar" version="250" default="false" />
        <!-- German new spelling reform only -->
        <!--
        <spellingchecker name="LANGUAGE_GERMAN" archive="lex/german-new.jar" version="250" default="false" /> 
        -->
        <!-- German old and new spelling reform -->
        <spellingchecker name="LANGUAGE_GERMAN" archive="lex/german-old-and-new.jar" version="250" default="false" />
        <!-- German old spelling reform only -->
        <!--
        <spellingchecker name="LANGUAGE_GERMAN" archive="lex/german-old.jar" version="250" default="false" />
        -->
        <spellingchecker name="LANGUAGE_FRENCH" archive="lex/french.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_ITALIAN" archive="lex/italian.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_DUTCH" archive="lex/dutch.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_DANISH" archive="lex/danish.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_FINNISH" archive="lex/finnish.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_NORWEGIAN" archive="lex/norwegian.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_SWEDISH" archive="lex/swedish.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_SPANISH" archive="lex/spanish.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_BRAZILIAN_PORTUGUESE" archive="lex/brazilian.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_PORTUGUESE" archive="lex/portuguese.jar" version="250" default="false" />
    </spellingcheckers>

    <!-- 
    Specifies custom special characters which will be available in the "Insert Special Character" dialog.
    If only is set to true, only the special characters defined here will be available in the dialog.
    -->
    <presetsymbols>
        <symbol entity="&#913;" />
        <symbol entity="&#914;" />
        <symbol entity="&#915;" />
        <symbol entity="&#916;" />
        <symbol entity="&#917;" />
        <symbol entity="&#918;" />
        <symbol entity="&#919;" />
        <symbol entity="&#920;" />
        <symbol entity="&#921;" />
        <symbol entity="&#922;" />
        <symbol entity="&#923;" />
        <symbol entity="&#924;" />
        <symbol entity="&#925;" />
        <symbol entity="&#926;" />
        <symbol entity="&#927;" />
        <symbol entity="&#928;" />
        <symbol entity="&#929;" />
        <symbol entity="&#931;" />
    </presetsymbols>

    <!--
    Specifies whether the clean up will be performed on the server or on the client side.
    Also determines if the clean up should be performed when loading / saving a document.
    -->
    <cleanupprocess cleanuponload="auto" cleanuponsave="auto" />

    <!--
    Specifies whether documents should be validated or not.
    Documents can additionally be validated on save
    -->
    <documentvalidation enabled="true" validateonsave="false" overridedoctype="true" allowforcedload="true" />

    <!--
    Allows enable/disable the source view as well as the word wrap, smart indent
    and syntax highlighting features of the sourceview.
    -->
    <sourceview enabled="true" smartindent="true" wordwrap="true" syntaxhighlighting="true" fontsize="12" />

    <!-- If bodyonly is enabled the editor will only export the content between the <body> tags of a document -->
    <bodyonly enabled="false" />

    <!--
    Specifies if empty paragraphs should be filled with &nbsp;. The "filltable" specifies whether empty table
    cells should be filled with an &nbsp; entity.
    -->
    <nbspfill enabled="true" filltable="true" />
   

    <!--
    Specifies the connection settings for automatic resource upload and browsing. You have to point this
    to your WebDAV server with the proper URL, username and password settings to enable automatic image upload and browsing.
    -->
    <filemanagement>
        <file type="image" baseurl="http://www.example.com/"
            onuploadfinished="WebDAVEventHandler" >
            <webdav url="http://www.example.com/"
                username="webdav"
                userpassword="mypw"
            />  
        </file>
        <file type="object" baseurl="http://www.example.com/" 
           onuploadfinished="WebDAVEventHandler" >
            <webdav url="http://www.example.com/"
                username="webdav"
                userpassword="mypw"
             />
        </file>
        <file type="document" baseurl="http://www.example.com/" 
            onuploadfinished="WebDAVEventHandler" >
            <webdav url="http://www.example.com/"
                username="webdav"
                userpassword="mypw"
             />  
        </file>
    </filemanagement>
	
	<!-- Opens the paste special dialog whenever content is pasted from MS Word. The specified paste action will be preselected. -->
	<pastespecial prompt="true" preselectedaction="PASTEWITHSTYLEDEFS" />

	<tableautoformat>
	    <!-- default templates -->
	    <tableautoformattemplateurl url="templates/classic1.xml" />
	    <tableautoformattemplateurl url="templates/classic2.xml" />
	    <tableautoformattemplateurl url="templates/classic3.xml" />
	    <tableautoformattemplateurl url="templates/classic4.xml" />
	    <tableautoformattemplateurl url="templates/color1.xml" />
	    <tableautoformattemplateurl url="templates/color2.xml" />
	    <tableautoformattemplateurl url="templates/color3.xml" />
	    <tableautoformattemplateurl url="templates/column1.xml" />
	    <tableautoformattemplateurl url="templates/column2.xml" />
	    <tableautoformattemplateurl url="templates/column3.xml" />
	    <tableautoformattemplateurl url="templates/contemp.xml" />
	    <tableautoformattemplateurl url="templates/normal.xml" />
	    <tableautoformattemplateurl url="templates/simple1.xml" />
	    <tableautoformattemplateurl url="templates/simple2.xml" />
	    <tableautoformattemplateurl url="templates/simple3.xml" />
	</tableautoformat>
</config>


