Global XUI definitions are global XUI settings that affect the entire user interface and are not bound to a certain target node (XPath addressing).
All the global settings in the element 'global' are optional.

 

<?xml version="1.0" encoding="UTF-8"?>
<?jaxfront version=1.60;time=2005-04-25 13:23:04.703?>
<XUI>
<global>
<style>
<editorPanel>
<showStatusBar>false</showStatusBar>
</editorPanel>
</style>
<errorDisplay>
<errorColor>51,51,255</errorColor>
</errorDisplay>
</global>
</XUI>