<property> Element
Namespace: http://xmlns.oracle.com/uix/ui

The property element defines a single name/value pair.

Syntax
<property
    [ name="Name" ]
>
</property>

Syntax Notes:
  • This element can contain plain text.
  • Attributes starting with "data:" are really elements for which there is an attribute syntax available. The "data:" indicates that the attribute syntax cannot be used without databinding.

  • Description

    The property element defines a single name/value pair. The name is defined by the "name" attribute, and the value by the plain-text contents of the element. This element is currently used as the contents of<inlineStyle>


    Attributes

    Description Type
    name the name of this property
    Name