This element defines the location of the JAR file to be used with the spell checker. This enables the dictionary to be defined for Ephox EditLive! for XML.
<spellCheck>
<editLive>
...
<spellCheck ... />
...
</editLive>The value for this attribute corresponds to the location of the JAR file to be used with EditLive! for XML for spell checking.
For the spell checking in EditLive! for XML to function a JAR file must be specified. The name of the JAR file for the spell checker dictionary must be in all lower case letters.
The following example demonstrates how to define the location of the spell checker JAR file to be used with EditLive! for XML.
<editLive>
...
<spellCheck
jar="../../redistributables/editlivexml/dictionaries/en_us_3_1.jar"
/>
...
</editLive> A JAR file must be specified for the spell checker in order for the spell checking functionality of EditLive! for XML to work.
The <spellCheck> element can appear only once within the <editLive> element.
If the <spellCheck> element is to be left blank the element must then be a complete tag, it cannot contain a tag body. Therefore the tag must be closed in the same line. It should appear as below:
<spellCheck jar=... />
Copyright 2001-2004 Ephox Corporation. All Rights Reserved.