<styledText>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:base>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<styledText
[ accessKey="ui:char"
]
[ destination="anyURI"
]
[ labeledNodeId="string"
]
[ text="string"
]
[ textAndAccessKey="string"
] >
<contents> <!-- indexed children --> </contents>
</styledText>
説明 |
![]() |
<styledText>要素は、スタイルが設定されたテキストおよびリンクをサポートします。クライアントで、スタイルの設定または簡単なリンク機能が不要な場合、TextNodeを使用します。より複雑なリンクの場合は、LinkBeanを使用します。
例 |
![]() |
基本例
<styledText text="OraHeaderSubSub"
styleClass="OraHeaderSubSub"/>
リンク先およびアクセス・キーを使用する例
<styledText text="Destination has accessKey"
destination="http://www.example.org"
accessKey="d"
styleClass="OraInstructionText"/>
textAndAccessKeyおよびlabeledNodeIdの使用を示す完全な例
<flowLayout>
<contents>
<checkBox name="checkbox1" value="1" id="checkme"/>
<styledText textAndAccessKey="&Toggle the <checkBox>"
labeledNodeId="checkme"
styleClass="OraHeaderSubSub"/>
</contents>
</flowLayout>
属性 |
![]() |
子要素 |
![]() |
|