<link>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:base>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<link
[ accessKey="ui:char"
]
[ destination="anyURI"
]
[ disabled="boolean"
]
[ longDesc="string"
]
[ name="string"
]
[ onBlur="string"
]
[ onFocus="string"
]
[ selected="boolean"
]
[ targetFrame="string"
]
[ text="string"
]
[ textAndAccessKey="string"
] >
<contents> <!-- indexed children --> </contents>
</link>
説明 |
![]() |
<link>要素は、HTMLリンク内に子をラップします。linkコントロールは、一般的なリンク用に単独でも使用されますが、タブ・バー、グローバル・ヘッダーなど、リンクをサポートする複数のコンポーネントのコンテンツとしても使用されます。
例 |
![]() |
link要素でアンカーを作成するには、id属性を使用する必要があります。
<link id="foo"/>
標準的なリンク
<link text="oracle"
destination="http://www.oracle.com"/>
属性 |
![]() |
子要素 |
![]() |
|