Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Migrated to Confluence 5.3

...

Info
iconfalse
titleThe XML syntax for an individual XUI component is specified below:
Codeblock
languagehtml/xml
<?jaxfront version=12.69;xui=none;time=Mon Sep 09 17:32:12 GMT+02:00 2002;?>
<XUI>
  <component xpath="xpath statement">
    <style/>
    <behaviour/>
  </component>
</XUI>


Individual nodes or whole quantities of nodes of the XML instance are addressed with an XPath expression (XPath statement). The parameterizing possibilities within the < style > and < behaviour > section vary from one type to another. All representation-and behavior-relevant XUI parameters are described further in this document.

Tipp
If you use predicates in your xpath (e.q. /bookstore/book[price>35.00]), jaxfront handles them as conditional xui components. These components will be marked differently in the XUI editor. You will find them underneath the target node (e.q. /bookstore/book).