<button>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:link>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<button > </button>
説明 |
![]() |
<button>要素は、押しボタンを作成します。このボタンのクリックに対応してアクションをトリガーできます。ボタンが押されることにより、onclickイベントが起動されます。buttonでは子ノードはレンダリングされません。
例 |
![]() |
<button text="Access char" accessKey="e"/>
<button text="Disabled button"
destination="http://www.oracle.com"
disabled="true"/>