...
Info |
---|
icon | false |
---|
title | The XML syntax for an individual XUI component is specified below: |
---|
|
Codeblock |
---|
| <?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). |