<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>CFFORMGROUP</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="説明">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">CFFORMGROUP</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">説明</span>
<p>
複数のフォームコントロール用のコンテナコントロールを作成します。Macromedia Flash フォームおよび XML フォームの cfform タグ本文で使用します。HTML フォームでは無視されます。
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">カテゴリ</span>
<p>
フォームタグ
</p>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="syntax"><span class="title">シンタックス</span><pre>&lt;cfformgroup
   type = &quot;group type&quot;
   label = &quot;label&quot;
   style = &quot;style specification&quot;
   selectedIndex = &quot;page number&quot;&gt;
   width = &quot;pixels&quot;
   height = &quot;pixels&quot;
   enabled = &quot;Yes&quot;、&quot;No&quot;
   visible = &quot;Yes&quot;、&quot;No&quot;
   OnChange = &quot;ActionScript expression&quot;
   toolTip = &quot;Tip text&quot;
...ColdFusion フォームコントロール
&lt;/cfformgroup&gt;
または
&lt;cfformgroup
   type = &quot;repeater&quot;
   query = &quot;query object&quot;
startrow = &quot;row number&quot;
maxrows = &quot;integer&quot;&gt;
...<i>ColdFusion フォームコントロール
</i>&lt;/cfformgroup&gt;
</pre>    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">関連項目</span>
<p>
cfapplet、cfcalendar、cfform、cfformitem、cfgrid、cfinput、cfselect、cfslider、cftextarea、cftree、『ColdFusion MX 開発ガイド』の第29章の「Macromedia Flash 形式のフォームの作成」 の「cfformgroup タグによるフォームの構築」および第30章の「スキン可能 XML フォームの作成」 の「cfformgroup タグの使用」
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">ヒストリ</span>
<p>
ColdFusion&#160;MX&#160;7: このタグが追加されました。
</p>

<p>
次の表に、Flash フォームの属性とその動作を示します。XML の場合、特記なき限り、属性は XML に渡されますが、ColdFusion MX に同梱されている基本的な XSL スタイルシートでは解釈されません。
</p>
<table>
  <tr valign="top">
    <td width="30"><strong>メモ: </strong></td>
    <td>XML でサポートされることが明記されていない属性は、ColdFusion MX で提供されるスキンでは処理されません。ただし、これらの属性は、生成された XML には含まれます。</td>
  </tr>
</table>
<p>

</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">使用方法</span>
<p>
このタグには終了タグが必要です。cfform タイプが HTML の場合、このタグは無視されます。すべてのタグ本文の内容は、cfformgroup で囲まれていないかのように解釈されます。
</p>

<p>
Flash 形式のフォームでは、このタグがフォームの内容を構成します。このタグが子タグをグループ化して整列します。このタグの本文には、次のタグを含めることができます。その他のタグとテキストはすべて無視されます。
</p>
<ul>

<li>cfformgroup</li>

<li>cfformitem</li>

<li>cfcalendar</li>

<li>cfgrid</li>

<li>cfinput</li>

<li>cfselect</li>

<li>cftextarea</li>

<li>cftree</li>
</ul>

<p>
Flash フォームでのこのタグの使用方法については、『ColdFusion MX 開発ガイド』の第29章の「Macromedia Flash 形式のフォームの作成」 を参照してください。
</p>

<p>
XML 形式では、ColdFusion はこのタグとその属性を XML に渡します。XML を処理するのは、スキン XSLT です。ColdFusion の基本的なスキンは、horizontal、vertical、および dualselectlist のスタイルのみをサポートします。XML フォームでのこのタグの使用方法については、『ColdFusion MX 開発ガイド』の第29章の「Macromedia Flash 形式のフォームの作成」 を参照してください。
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">例</span>
<p>
単一の cfformgroup タグを使用する XML フォームの簡単な例については、cfform を参照してください。
</p>

<p>
次の例は、cfformgroup タグを使用して Flash フォームに要素を整列する方法を示しています。hdividedbox コンテナを作成します。各 hdividedbox コンテナには、vbox コンテナが 1 つ含まれています。左のボックスには、見出しテキストと 2 つのラジオボタンがあります。右のボックスには、見出しテキストと 3 つのチェックボックスがあります。
</p>
<pre>&lt;h3&gt;簡単な cfformgroup の例&lt;/h3&gt;
&lt;cfform name=&quot;myform&quot; height=&quot;450&quot; width=&quot;500&quot; format=&quot;Flash&quot; &gt;
   &lt;cfformgroup type=&quot;hdividedbox&quot; &gt;
      &lt;cfformgroup type=&quot;VBox&quot;&gt;
         &lt;cfformitem type=&quot;text&quot; height=&quot;20&quot;&gt;
            ペット :
         &lt;/cfformitem&gt;
         &lt;cfinput type=&quot;Radio&quot; name=&quot;pets&quot; label=&quot;Dogs&quot; value=&quot;Dogs&quot;
            checked&gt;
         &lt;cfinput type=&quot;Radio&quot; name=&quot;pets&quot; label=&quot;Cats&quot; value=&quot;Cats&quot;&gt;
      &lt;/cfformgroup&gt;

      &lt;cfformgroup type=&quot;VBox&quot;&gt;
         &lt;cfformitem type=&quot;text&quot; height=&quot;20&quot;&gt;
            果物 :
         &lt;/cfformitem&gt;
         &lt;cfinput type = &quot;Checkbox&quot; name=&quot;chk1&quot; Label=&quot;Apples&quot;
            value=&quot;Apples&quot;&gt;
         &lt;cfinput type=&quot;Checkbox&quot; name=&quot;chk2&quot; Label=&quot;Bananas&quot;
            value=&quot;Bananas&quot;&gt;
         &lt;cfinput type=&quot;Checkbox&quot; name=&quot;chk3&quot; Label=&quot;Pears&quot;
            value=&quot;Pears&quot;&gt;
      &lt;/cfformgroup&gt;
   &lt;/cfformgroup&gt;
&lt;/cfform&gt;
</pre>
<p>
さらに複雑な次の例は、cfformgroup タグを使用して Flash フォームにコントロールを整列する方法をより詳細に示しています。cfformgroup の本文で使用できるテキストの書式設定機能も多数示しています。フォームを送信する際には、送信データを示すために、ページでは Forms スコープの内容をダンプします。
</p>
<pre>&lt;h2&gt;QueryNew の例&lt;/h2&gt;
&lt;cfif IsDefined(&quot;form.oncethrough&quot;)&gt;
   &lt;h3&gt;次の情報を ColdFusion MX に送信したフォーム :&lt;/h3&gt;
   &lt;cfdump var=&quot;#form#&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;/cfif&gt;

&lt;h3&gt;cfformgroup タグを使用する Flash フォーム&lt;/h3&gt;
&lt;cfform name=&quot;myform&quot; height=&quot;450&quot; width=&quot;500&quot; format=&quot;Flash&quot;&gt;

&lt;!--- 次のフォームグループは書式設定されたテキストを表示する方法を示します。 ---&gt;
   &lt;cfformitem type=&quot;html&quot;&gt;
      &lt;b&gt;&lt;font color=&quot;#FF0000&quot; size=&quot;+4&quot; face=&quot;serif&quot;&gt;
      このフォームには、次の事項を確認する 2 つのタブがあります。&lt;/font&gt;&lt;/b&gt;&lt;br&gt;
      &lt;li&gt;連絡先情報&lt;/li&gt;
      &lt;li&gt;&lt;i&gt;嗜好&lt;/i&gt;&lt;/li&gt;
      &lt;b&gt;両方のタブに情報を入力してください。&lt;/b&gt;&lt;br&gt;
      フォームを送信して、ColdFusion の Forms スコープの内容を確認してください。&lt;/b&gt;&lt;br&gt;
      &lt;a href=&quot;http://www.macromedia.com/&quot; target=&quot;_blank&quot;&gt;
      &lt;font color=&quot;#0000FF&quot;&gt;&lt;u&gt;
      このリンクにより、Macromedia のホームページが新しいブラウザウィンドウに表示されます。
      &lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;br&gt;
      &amp;nbsp;&lt;br&gt;
   &lt;/cfformitem&gt;

&lt;!--- 2 つのタブがある tabnavigator を使用して、ユーザー入力を行います。 ---&gt;
   &lt;cfformgroup type=&quot;tabnavigator&quot; height=&quot;220&quot;&gt;
      &lt;cfformgroup type=&quot;page&quot; label=&quot;Contact Information&quot;&gt;
         &lt;!--- 姓フィールドと名フィールドを水平方向に配置します。 ---&gt;
         &lt;cfformgroup type=&quot;horizontal&quot; label=&quot;Your Name&quot;&gt;
            &lt;cfinput type=&quot;text&quot; required=&quot;Yes&quot; name=&quot;firstName&quot; label=&quot;First&quot;
               value=&quot;&quot; width=&quot;100&quot;/&gt;
            &lt;cfinput type=&quot;text&quot; required=&quot;Yes&quot; name=&quot;lastName&quot; label=&quot;Last&quot;
               value=&quot;&quot; width=&quot;100&quot;/&gt;
         &lt;/cfformgroup&gt;
         &lt;cfformitem type=&quot;html&quot;&gt;&lt;textformat indent=&quot;95&quot;&gt;&lt;font size=&quot;-2&quot;&gt;
            電子メールフィールドは自動的に入力されます。 
            任意のテキストで置き換えることができます。
            &lt;/font&gt;&lt;/textformat&gt;
         &lt;/cfformitem&gt;
         &lt;!--- bind 属性により、firstName および lastName フィールドに
               入力されたとおりのフィールドのコンテンツを取得します。 ---&gt;
         &lt;cfinput type=&quot;text&quot; name=&quot;email&quot; label=&quot;email&quot;
            bind=&quot;{firstName.text}.{lastName.text}@mm.com&quot;&gt;
      
         &lt;cfinput type=&quot;text&quot; name=&quot;phone&quot; validate=&quot;telephone&quot; required=&quot;Yes&quot;
            label=&quot;Phone Number&quot;&gt;
      &lt;/cfformgroup&gt;

      &lt;cfformgroup type=&quot;page&quot; label=&quot;Preferences&quot;&gt;
         &lt;cfformitem type=&quot;text&quot; height=&quot;30&quot;&gt;
            &lt;b&gt;あなたの好みをお聞かせください。&lt;/b&gt;
         &lt;/cfformitem&gt;
         &lt;!--- ペット選択肢を果物選択肢の左に配置します。 ---&gt;
         &lt;cfformgroup type=&quot;hbox&quot;&gt;
         &lt;!--- ペット選択肢ボックスのコンテンツをグループ化し、垂直方向に整列します。 ---&gt;
            &lt;cfformgroup type=&quot;vbox&quot;&gt;
               &lt;cfformitem type=&quot;text&quot; height=&quot;20&quot;&gt;
                  ペット :
               &lt;/cfformitem&gt;
               &lt;cfformgroup type=&quot;vertical&quot;&gt;
                  &lt;cfinput type=&quot;Radio&quot; name=&quot;pets&quot; label=&quot;Dogs&quot; value=&quot;Dogs&quot;
                     checked&gt;
                  &lt;cfinput type=&quot;Radio&quot; name=&quot;pets&quot; label=&quot;Cats&quot; value=&quot;Cats&quot;&gt;
               &lt;/cfformgroup&gt;
            &lt;/cfformgroup&gt;
         &lt;!--- 果物選択肢ボックスのコンテンツをグループ化し、垂直方向に整列します。 ---&gt;
            &lt;cfformgroup type=&quot;vbox&quot;&gt;
               &lt;cfformitem type=&quot;text&quot; height=&quot;20&quot;&gt;
                  果物 :
               &lt;/cfformitem&gt;
               &lt;cfformgroup type=&quot;tile&quot; width=&quot;200&quot; label=&quot;Tile box&quot;&gt;
                  &lt;--- Flash では、すべてのコントロールに対して一意の名前を設定する必要があります。 ---&gt;
                  &lt;cfinput type = &quot;Checkbox&quot; name=&quot;chk1&quot; Label=&quot;Apples&quot;
                     value=&quot;Apples&quot;&gt;
                  &lt;cfinput type=&quot;Checkbox&quot; name=&quot;chk2&quot; Label=&quot;Bananas&quot;
                     value=&quot;Bananas&quot;&gt;
                  &lt;cfinput type=&quot;Checkbox&quot; name=&quot;chk3&quot; Label=&quot;Pears&quot;
                     value=&quot;Pears&quot;&gt;
                  &lt;cfinput type=&quot;Checkbox&quot; name=&quot;chk4&quot; Label=&quot;Oranges&quot;
                     value=&quot;Oranges&quot;&gt;
                  &lt;cfinput type=&quot;Checkbox&quot; name=&quot;chk5&quot; Label=&quot;Grapes&quot;
                     value=&quot;Grapes&quot;&gt;
                  &lt;cfinput type=&quot;Checkbox&quot; name=&quot;chk6&quot; Label=&quot;Cumquats&quot;
                     value=&quot;Cumquats&quot;&gt;
               &lt;/cfformgroup&gt;
            &lt;/cfformgroup&gt;
         &lt;/cfformgroup&gt;
      &lt;/cfformgroup&gt;
   &lt;/cfformgroup&gt;

   &lt;cfformgroup type=&quot;horizontal&quot;&gt;
      &lt;cfinput type = &quot;submit&quot; name=&quot;submit&quot; width=&quot;100&quot; value = &quot;Show Results&quot;&gt;
      &lt;cfinput type = &quot;reset&quot; name=&quot;reset&quot; width=&quot;100&quot; value = &quot;Reset Fields&quot;&gt;
      &lt;cfinput type = &quot;hidden&quot; name=&quot;oncethrough&quot; value = &quot;Yes&quot;&gt;
   &lt;/cfformgroup&gt;
&lt;/cfform&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="TYPE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">TYPE</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">必須、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash および XML</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p><b>XML: </b>XSLT で定義されたすべての XForms グループです。ColdFusion MX に同梱されている XSL スキンは、次のタイプをサポートします。</p><ul>

<li>horizontal: フォーム内で子タグを水平方向に整列して、このタグの label 属性を子の左に配置します。</li>

<li>vertical: フォーム内で子タグを垂直方向に整列して、このタグの label 属性を子の左に配置します。 </li>

<li>fieldset: HTML fieldset タグに対応します。通常、子の周囲をボックスで囲み、その最上部の一部を凡例テキストに置き換えることにより、子をグループ化します。凡例を指定するには、label 属性を使用します。ボックスの次元を指定するには、style 属性と height および width の値を使用します。このフォームグループ内で cfformgroup type=&quot;vertical&quot; を明示的に使用して、子タグを垂直方向に整列する必要があります。</li>
</ul>


  </td>
  </tr>
  </table>
</div>
<div id="">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name"></td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">&#160;</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p><b>Flash: </b>次のいずれかでなければなりません。</p><ul>

<li>repeater: cfformgroup の子タグまたはクエリーオブジェクトの各行のタグのインスタンスをダイナミックに作成します。その際に、行の数が変わっても ColdFusion で Flash SWF ファイルを再コンパイルする必要はありません。 </li>

<li>horizontal: フォーム内で子タグを水平方向に整列して、このタグの label 属性を子の左に配置します。このタグを使用して、個々のコントロールを水平方向に整列します。</li>

<li>vertical: フォーム内で子タグを垂直方向に整列して、このタグの label 属性を子の左に配置します。このタグを使用して、個々のコントロールを垂直方向に整列します。</li>

<li>hbox: 子を水平方向に整列します。このタイプを使用して、フォームコントロールのグループを水平方向に整列します。この属性を使用して個々のコントロールを水平方向に整列しないでください。その場合、子コントロールは正常に整列されません。代わりに、horizontal を使用してください。</li>

<li>vbox: 子を垂直方向に整列します。このタイプを使用して、フォームコントロールのグループを垂直方向に整列します。この属性を使用して個々のコントロールを垂直方向に整列しないでください。その場合、子コントロールは正常に整列されません。代わりに、vertical を使用してください。</li>
</ul>


  </td>
  </tr>
  </table>
</div>
<div id="">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name"></td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements"></td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


<ul>

<li>hdividedbox: 子を水平方向に整列します。それぞれの子はボーダー付きのボックス内にあり、ボックス間には分割線があります。ユーザーは、この分割線を動かして子の相対サイズを変更することができます。この属性を含むタグを使用して、フォームコントロールのグループを水平方向に整列します。この属性を使用して、個々のコントロールを水平方向に整列することはできません。</li>

<li>vdividedbox: 子を垂直方向に整列します。それぞれの子はボーダー付きのボックス内にあり、ボックス間には分割線があります。ユーザーは、この分割線を動かして子の相対サイズを変更することができます。このタイプを使用して、フォームコントロールをグループ化します。たとえば、hbox フォームグループ内の 1 つの単位としてグループ化します。この属性を使用して、個々のタグを垂直方向に整列しないでください。</li>

<li>panel: label 属性のテキスト、ボーダー、および垂直方向に整列された子を持つコンテンツ領域を含むタイトルバーで構成されたコンテナです。</li>

<li>tile: 子を長方形のグリッド内に配置します。 </li>

<li>accordion: 拡張および収縮するアコーディオンプリーツ内に子を配置します。cfformgroup type=&quot;page&quot; タグを使用して、各プリーツを定義します。</li>

<li>tabnavigator: タブ付きのダイアログ内に子を配置します。cfformgroup type=&quot;page&quot; タグを使用して、各タブを定義します。</li>

<li>page: 子タグを、垂直方向に整列して、親 tabnavigator の単一のタブ内またはアコーディオンコントロールのプリーツ内に配置します。</li>
</ul>


  </td>
  </tr>
  </table>
</div>
<div id="QUERY">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">QUERY</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">type= repeater の場合に必須、それ以外の場合は無視</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>repeater と共に使用するクエリーです。Flash は、クエリー内の各行について、cfformgroup タグのそれぞれの子タグのインスタンスを作成します。子タグ内の bind 属性を使って、インスタンスのクエリー行のデータを使用できます。 </p>

  </td>
  </tr>
  </table>
</div>
<div id="STARTROW">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">STARTROW</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">オプション、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">

<strong>Default value:</strong> "0"


<p>repeater タイプの場合にのみ使用され、それ以外の場合は無視されます。</p>
<p>Flash フォームの repeater で使用するクエリーの最初の行の行番号を指定します。この属性では 0 が基準です。最初の行は 0 です。ほとんどの ColdFusion タグのような 1 ではありません。</p>

  </td>
  </tr>
  </table>
</div>
<div id="MAXROWS">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">MAXROWS</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">オプション、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>repeater の場合にのみ使用され、それ以外の場合は無視されます。</p>
<p>Flash フォームの repeater で使用するクエリー行の最大数を指定します。startrow 属性とこの値の合計を超える数のクエリー行がある場合、repeater では残りの行を使用しません。</p>

  </td>
  </tr>
  </table>
</div>
<div id="LABEL">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">LABEL</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">オプション、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash および XML</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>フォームグループに適用するラベルです。 </p>
<p>Flash では次を実行します。</p><ul>

<li>ページまたはパネルグループの場合、対応するアコーディオンプリーツ、tabnavigator タブ、またはパネルタイトルバーに配置するラベルを指定します。Flash の水平または垂直フォームグループの場合、グループの左に配置するラベルを指定します。</li>

<li>repeater、hbox、hdividedbox、vbox、vdividedbox、tile、accordion、および tabnavigator の各タイプについては、Flash では無視されます。</li>
</ul>


  </td>
  </tr>
  </table>
</div>
<div id="STYLE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">STYLE</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">オプション、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash および XML</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p><b>Flash</b><b>:</b>&#160;CSS 形式の Flash スタイル仕様です。Flash スタイルの指定に関する詳細については、『ColdFusion MX 開発ガイド』の第29章の「Macromedia Flash 形式のフォームの作成」 を参照してください。</p>
<p><b>XML:&#160;</b>インライン CSS スタイル仕様です。</p>

  </td>
  </tr>
  </table>
</div>
<div id="SELECTEDINDEX">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">SELECTEDINDEX</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">オプション、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash のみ</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>accordion タイプおよび tabnavigator タイプの場合にのみ使用されます。それ以外の場合は無視されます。開くときに表示するページコントロールを指定します。ここで、0 (1 ではない) はグループに定義された最初のページコントロールを指定します。</p>

  </td>
  </tr>
  </table>
</div>
<div id="WIDTH">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">WIDTH</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">オプション、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash および XML</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>グループコンテナの幅です (単位 : ピクセル)。この属性を省略すると、Flash はコンテナの幅を自動的にサイズ設定します。Flash の repeater タイプの場合は無視されます。</p>

  </td>
  </tr>
  </table>
</div>
<div id="HEIGHT">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">HEIGHT</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">オプション、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>グループコンテナの高さです (単位 : ピクセル)。この属性を省略すると、Flash はコンテナの高さを自動的にサイズ設定します。Flash の repeater タイプの場合は無視されます。</p>

  </td>
  </tr>
  </table>
</div>
<div id="ENABLED">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">ENABLED</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">オプション、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">

<strong>Default value:</strong> "Yes"


<p>フォームグループ内のコントロールが有効であるかどうかを指定するブール値です。無効なコントロールはライトグレーで表示されます。</p>

  </td>
  </tr>
  </table>
</div>
<div id="VISIBLE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">VISIBLE</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">オプション、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">

<strong>Default value:</strong> "Yes"


<p>フォームグループ内のコントロールが表示されるかどうかを指定するブール値です。コントロールが表示されない場合、表示されるコントロールが使用するスペースは空白になります。</p>

  </td>
  </tr>
  </table>
</div>
<div id="ONCHANGE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">ONCHANGE</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">オプション、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>tabnavigator タイプおよび accordion タイプのみ : 新しいタブまたは accordion ページが選択されたときに実行する 1 つまたは複数の ActionScript 式です。 </p>
<p>メモ : onChange イベントが発生するのは、当該フォームが最初に表示されるときです。</p>

  </td>
  </tr>
  </table>
</div>
<div id="TOOLTIP">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">TOOLTIP</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">オプション、</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">
  <tr>
  <td valign="top" class="syntax">&nbsp;</td>
  <td valign="top" nowrap class="requirements">Flash</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>マウスポインタをフォームグループ領域の上に置いたときに表示されるテキストです。フォームグループ内のコントロールでもツールチップを示す場合、マウスポインタをそのコントロールの上に置くと Flash はそのコントロールのツールチップを表示します。</p>

  </td>
  </tr>
  </table>
</div>

  </body>
</html>
