tipの挿入

tipコンポーネントを挿入するには、次のようにします。

  1. 目的のファイルの設計構造ウィンドウで、tipコンポーネントを挿入するノードを探します。
  2. コンポーネント・パレットのドロッダウン・リストから「Miscellaneous Components」を選択し、tipコンポーネントを、選択した親ノードにドラッグ・アンド・ドロップします。

    「tip」ノードが、展開された親ノードに挿入され、強調表示されます。

  3. 「tip」ノードを右クリックして「tipの中に挿入」を選択し、formattedTextなど索引付けされた子コンポーネントを追加します。
  4. プロパティ・インスペクタで、索引付けされた子コンポーネントの属性を設定します。

例(UIX XML)


...
<tip>
  <contents>
    Don't forget to go to the &nbsp;
    <link text="Oracle" destination="http://www.oracle.com"/>
    &nbsp; website!
  </contents>
</tip>
...
<tip>
  <contents>
    <formattedText text="This is formattedText."
                   styleUsage="inContextBranding">
      <inlineStyle>
        <property name="font-size">28</property>
      </inlineStyle>
    </formattedText>
  </contents>
</tip>
...    

tipについて

単純なコンポーネントおよびその他のコンポーネントの使用

 

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