This element provides the code view settings for use within Ephox EditLive! for XML.
This element does not apply for the configuration of the Visual Designer.
<sourceEditor>
<editLive>
...
<sourceEditor ... />
...
</editLive>The following example would allow users to view the source code of a document within EditLive! for XML.
<editLive>
...
<sourceEditor enabled="true" />
...
</editLive> The <sourceEditor> element can appear only once within the <editLive> element.
If the <sourceEditor> 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:
<sourceEditor showBodyOnly="false"/>
Copyright 2001-2005 Ephox Corporation. All Rights Reserved.