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

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

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

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

  • 説明

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


    <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