<button>要素
ネームスペース: http://xmlns.oracle.com/uix/ui
派生元: <ui:link>要素
グループ: UIX Components
要素の型: UINode

buttonは、押しボタンを作成します。

構文
<button>
</button>

注意:
  • この要素は派生元要素のすべての属性と子要素を持つことができます。

  • 説明

    buttonコントロールは、押しボタンを作成します。このボタンのクリックに対応してアクションをトリガーできます。ボタンが押されることにより、onclickイベントが起動されます。buttonでは子ノードはレンダリングされません。


      <button text="Access char" accessKey="e"/>
    
      <button text="Disabled button"
              destination="http://www.oracle.com"
              disabled="true"/>
    This document was generated on Wed Jul 07 19:21:59 PDT 2004

    Copyright © 2001, 2004, Oracle.All rights reserved.