Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 2 Nächste Version anzeigen »


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. An example of two global XUI settings is listed below:
<?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>
In this case the status bar (useStatusBar) is not displayed and the error marking color (errorMarkingColor) is set to a certain color value (RGB).
For more information about global setting possibilities, see the relevant section further in this document. .

  • Keine Stichwörter