<inlineStyle>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui/laf |
構文 |
![]() |
<inlineStyle> <!-- The following child can be anything derived from the given element --> <property></property> </inlineStyle>
説明 |
![]() |
<inlineStyle>要素では、任意の数のCSSプロパティを、ネストした<property>要素を使用してアイコンのテキストに適用できます。
例 |
![]() |
次の例では、インラインCSSスタイルをテキスト・アイコンに適用する方法を示します。
<!-- Replace the required icon with a styled text icon. -->
<icon name="ui:required">
<text text="*">
<inlineStyle>
<property name="color">red</property>
<property name="font-weight">bold</property>
</inlineStyle>
</text>
</icon>
子要素 |
![]() |
|