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

このコンポーネントは、ユーザーにページまたはセクション・レベルのヒントを提供します。

構文
<tip>
   <contents><!-- indexed children --></contents>
</tip>

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

  • 説明

    ユーザーにページまたはセクション・レベルのヒントを提供するコンポーネントです。

    通常、tipの索引付けされた子は、TextNodeのみですが、子は必要なだけ追加でき、flowLayoutを使用した場合と同様にレイアウトされます。

    携帯情報端末の場合、tip自体は表示されませんが、索引付けされた子が表示されます。


    基本例

       <tip>
         <contents>
           Don't forget to go to the &nbsp;
           <link text="Oracle" destination="http://www.oracle.com"/>
           &nbsp; website!
         </contents>
       </tip>

    子要素

    説明 必須 最大値
    <contents>
    Beanの索引付けされた子。
    いいえ 1
    This document was generated on Wed Jul 07 19:21:51 PDT 2004

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