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

ContentFooterBeanは、水平のセパレータを作成して、ページ・レベルのアクション/ナビゲーション・ボタンを、ページ・コンテンツと区別します。この要素は推奨されていません。 2.2.0以降は、pageLayoutの子であるpageButtonsおよびreturnNavigationを使用してください。

構文
<contentFooter
    [ width="string" ]
>
   <contents><!-- indexed children --></contents>
   <start></start>
</contentFooter>

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

  • 説明

    ContentFooterBeanは、水平のセパレータを作成して、ページ・レベルのアクション/ナビゲーション・ボタンを、ページ・コンテンツと区別します。


    <contentFooter>
      <start>
        <link text="Return to Shopping Cart"
              destination="http://www.oracle.com"/>
      </start>
      <contents>
        <pageButtonBar>
          <contents>
            <button text="Cancel"
                    destination="http://www.oracle.com"/>
            <button text="Buy"
                    destination="http://www.oracle.com"/>
          </contents>
        </pageButtonBar>
      </contents>
    </contentFooter>

    属性

    説明
    width コンテンツ・フッターの幅。
    string

    子要素

    説明 必須 最大値
    <contents>
    Beanの索引付けされた子。
    いいえ 1
    <start>
    ページの開始コラム・リージョン。指定する場合、このセクションには通常、階層を上に移動するためのリンクを含めます。
    いいえ 1
    This document was generated on Wed Jul 07 19:21:58 PDT 2004

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