Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.


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. Image Removed

Codeblock
 
Info
titleAn example of two global XUI settings is listed below:
Codeblock
<?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>

...