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

Syntax
<inlineStyle >
     <!-- The following child can be anything derived from the given element -->
   <property></property>
</inlineStyle>

Syntax Notes:
  • This element is used inside of a<base> element.
  • 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

    A definition of the inline CSS style for this element.


    Child Elements

    Description Required? Maximum
    <property> A single CSS property value.
    No unbounded