Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Corrected links that should have been relative instead of absolute.


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.

 

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