<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>CFINPUT</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">CFINPUT</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>
cfform タグ内で使用します。入力検証をサポートする入力コントロールをフォームに配置します。 
</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;cfinput
name = &quot;name&quot;
type = &quot;input type&quot;
label = &quot;text&quot;
style = &quot;style specification&quot;
required = &quot;yes&quot;、&quot;no&quot;
mask = &quot;masking pattern&quot;
validate = &quot;data type&quot;
validateAt= &quot;onBlur&quot;、&quot;onServer&quot;、&quot;onSubmit&quot; のうち 1 つ以上
message = &quot;text&quot;
range = &quot;min_value, max_value&quot;
maxlength = &quot;number&quot;
pattern = &quot;regexp&quot;
onValidate = &quot;script name&quot;
onError = &quot;script name&quot;
size = &quot;integer&quot;
value = &quot;initial value&quot;
bind = &quot;bind expression&quot;
checked
disabled = &quot;true&quot;、&quot;false&quot;、または属性値なし
src = &quot;image URL&quot;
onKeyUp = &quot;JavaScript or ActionScript&quot;
onKeyDown = &quot;JavaScript or ActionScript&quot;
onMouseUp = &quot;JavaScript or ActionScript&quot;
onMouseDown = &quot;JavaScript or ActionScript&quot;
onChange = &quot;JavaScript or ActionScript&quot;
onClick = &quot;JavaScript or ActionScript&quot;
firstDayOfWeek = &quot;day name&quot;
dayNames = &quot;days-of-the-week labels&quot;
monthNames = &quot;month labels&quot;
enabled = &quot;Yes&quot;、&quot;No&quot;
visible = &quot;Yes&quot;、&quot;No&quot;
toolTip = &quot;Tip text&quot;
height = &quot;number of pixels&quot;
width = &quot;number of pixels&quot;
&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、cfformgroup、cfformitem、cfgrid、cfselect、cfslider、cftextarea、cftree
</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>
<ul>

<li>ボタン、ファイル、非表示、イメージ、リセット、および送信の各コントロールに対するサポートが追加されました。</li>

<li>Flash コントロールおよび XML コントロール (cfform タグで指定) の生成に対するサポートが追加されました。</li>

<li>datefield タイプ (Flash フォームの場合のみ)、および daynames 属性と monthnames 属性に対するサポートが追加されました。</li>

<li>Flash フォームで使用できる bind、enabled、height、label、tooltip、visible、および width の各属性が追加されました。</li>

<li>validateAt 属性を含む、onBlur 検証と onServer 検証に対するサポートが追加されました。</li>

<li>USdate、range、boolean、email、URL、uuid、guid、maxlength、noblanks、および submitOnce の validation 属性値が追加されました。</li>

<li>複数の送信を回避できるようになりました。</li>

<li>mask 属性が追加されました。</li>

<li>passthrough 属性は使用禁止になりました。すべての HTML input タグ属性を直接サポートするようになりました。</li>
</ul>

<p>
ColdFusion&#160;MX: cfform タグの preserveData 属性の動作が変更されました。この属性が true に設定されている場合、ColdFusion は、ラジオボタンとチェックボックスの値が以前にそのコントロールに送信した値と一致する場合にのみチェックを付けます。以前のリリースでは、前に送信した値が cfinput のチェックボックスまたはラジオボタンのどれにも一致しない場合は、checked 属性の値が使用されていました。
</p>

<p>
次の表は、ColdFusion が直接使用する属性のリストです。このリストに記載されていない HTML form タグ属性もすべてサポートされ、ブラウザに直接渡されます。
</p>
<table>
  <tr valign="top">
    <td width="30"><strong>メモ: </strong></td>
    <td>XML でサポートされることが明記されていない属性は、ColdFusion MX で提供されるスキンでは処理されません。ただし、これらの属性は、生成された XML には含まれます。</td>
  </tr>
</table>
<p>

</p>
<table>
  <tr valign="top">
    <td width="30"><strong>メモ: </strong></td>
    <td>XML でサポートされることが明記されていない属性は、ColdFusion MX で提供されるスキンでは処理されません。ただし、これらの属性は、生成された XML には含まれます。</td>
  </tr>
</table>    </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>
このタグを正しく動作させるには、JavaScript 対応のブラウザを使用する必要があります。
</p>

<p>
cfform の preserveData 属性が true に設定されている場合で、フォームが同じページに戻されるときは、cfinput の value 属性や checked 属性ではなく、cfinput コントロールが以前に送信した値が使用されます。
</p>

<p>
キーボードを使用して、Flash の datefield 入力にアクセスし、この入力から日付を選択することができます。Tab キーを押してこのフィールドに移動し、スペースバーを押してメニューを表示します。上向き、下向き、左向き、および右向きの矢印キーを使用すると、選択した日付を変更することができます。Home キーと End キーを使用すると、月の開始日と終了日にそれぞれ進むことができます。Page Up キーと Page Down キーを使用すると、前月と翌月にそれぞれ進むことができます。 
</p>
<table>
  <tr valign="top">
    <td width="30"><strong>メモ: </strong></td>
    <td>datefield エントリをクリアするには、フィールドを選択してメニューを開き、選択した日付をクリックします。</td>
  </tr>
</table>
<p>
詳細については、cfform を参照してください。このタグで JavaScript の正規表現を使用する方法については、『ColdFusion MX 開発ガイド』の第27章の「cfform タグによるダイナミックフォームの作成」 を参照してください。
</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>
次のセクションでは、cfinput タグでの検証の実行方法について説明します。
</p>

<p>
<b>検証メソッド&#160;</b>ColdFusion では、cfinput の text および password フィールドの検証メソッドが 4 つ用意されています。 
</p>

<p>
validateAt 属性で次のメソッドのいずれか 1 つまたは複数のメソッドを組み合わせて指定できます。
</p>
<ul>

<li>onSubmit: フォームをサーバーに送信する前に検証を実行する JavaScript 関数を含む、ブラウザ上のフォームページです。Flash 形式では、このオプションは onBlur と同じです。</li>

<li>onBlur: HTML 形式の場合に、フィールドのフォーカスが移動したときに検証を実行する JavaScript 関数を含む、ブラウザ上のフォームページです。Flash 形式の場合、この属性は onSubmit と同じです。OnBlur 検証では、onSubmit 検証と同じアルゴリズムを使用します。OnBlur 検証は ColdFusion&#160;MX&#160;7 で追加されました。 </li>

<li>onServer: ColdFusion はサーバー上で検証を実行します。一部の onServer アルゴリズムは、onSubmit アルゴリズムと異なります。OnServer の Date および Time 検証では、onSubmit 検証よりも多くのパターンを使用できます。OnServer 検証は ColdFusion&#160;MX&#160;7 で追加され、非表示フィールドを自動的に生成して検証をサポートします。</li>
</ul>

<p>
validate 属性を省略して、別の非表示フォームフィールドでフィールドの検証のタイプを指定することもできます。この検証のフォームは onServer 検証の場合と同じですが、フィールドで実行する検証ごとに異なるメッセージを指定することができます。以前の ColdFusion リリースとの間に後方互換性があります。非表示のフォームフィールド検証の使用方法の詳細については、cfform および 『ColdFusion MX 開発ガイド』の第28章の「非表示フィールドによるフォームデータの検証」 の「非表示フィールドによるフォームデータの検証」を参照してください。
</p>

<p>
<b>検証のタイプ</b> validate 属性で次の値を使用して、すべての検証メソッドの入力検証を指定することができます。ほとんどの属性は、パスワードフィールドまたはテキストフィールドにのみ適用されます。カンマ区切りリストで複数の検証タイプを指定できますが、意味があるのは一部の組み合わせだけです。
</p>

<p>

</p>

<p>
<b>検証の違い : </b>前の表では、一般的な検証の動作について説明しています。基本となっている検証コードは、検証メソッドとフォームタイプによって異なっていなければなりません。したがって、次に示すように一部のケースでは、使用するアルゴリズムが異なります。
</p>
<ul>

<li>日付/時刻の値に使用する検証アルゴリズムは、onSubmit/OnBlur および OnServer の間で異なっています。 </li>

<li>Flash の onSubmit/OnBlur 検証に使用されるアルゴリズムは、HTML/XML 形式で使用されるアルゴリズムとは異なり、一般的には、より単純なルールに準拠します。</li>
</ul>

<p>
HTML 形式での onSubmit/OnBlur の動作を表で説明しています。OnServer 検証アルゴリズムの詳細については、『ColdFusion MX 開発ガイド』の第28章の「データ検証のタイプ」 の「データ検証のタイプ」を参照してください。 
</p>

<p>
各検証タイプの利点と欠点など、検証の詳細については、『ColdFusion MX 開発ガイド』の第28章の「データの検証」 を参照してください。
</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>
mask 属性は、フィールドに入力できるデータの形式を制御します。フィールドにマスキングと検証を組み合わせて使用することができます。
</p>
<ul>

<li>HTML および Flash フォーム形式では、text フィールドに入力されるデータの書式を、マスクを使って制御することができます。</li>

<li>Flash 形式の場合、datefield 入力コントロールで選択された日付の書式も、マスクを使って制御できます。</li>
</ul>

<p>
ColdFusion はテキストフィールドに対し、リテラルマスク文字 (たとえば、電話番号における「-」) を自動的に挿入します。ユーザーは、フィールドの変数部分のみを入力する必要があります。
</p>

<p>
次のパターンにより、書式 EB-1234-c1-098765 のパーツ番号の入力が強制適用されます。ユーザーは、最初の数字 (3 など) を入力することにより入力を開始します。ColdFusion では、その前に EA 接頭辞が挿入されるだけでなく、すべての「-」文字も挿入されます。ユーザーは、4 桁の数字を入力する必要があります。その後に、2 個のアルファベット文字と 6 桁の数字を入力する必要があります。 
</p>
<pre>&lt;cfinput type=&quot;text&quot; name=&quot;newPart&quot; mask=&quot;EB-9999-XX-999999&quot; /&gt;
</pre><table>
  <tr valign="top">
    <td width="30"><strong>メモ: </strong></td>
    <td>パターンの文字がすべて大文字または小文字となるようにするには、アクションページで ColdFusion UCase または LCase 関数を使用します。</td>
  </tr>
</table>
<p>
type=&quot;datefield&quot; を使用するタグ (および cfcalendar タグ) の場合、次のようにパターン文字の数によって出力の形式が決まります。
</p>

<p>
</p><div align="left">
<table border="1">
  <caption></caption>
  <tr align="center">    <th><strong>マスク</strong></th>
    <th><strong>パターン</strong></th>
</tr>
  <tr align="left">    <td>
<p>D</p></td>
    <td>
<p>1 桁または 2 桁で表される日付 (1 または 28 など)</p></td>
</tr>
  <tr align="left">    <td>
<p>DD</p></td>
    <td>
<p>2 桁で表される日付 (01 または 28 など)</p></td>
</tr>
  <tr align="left">    <td>
<p>M</p></td>
    <td>
<p>1 桁または 2 桁で表される月 (1 または 12 など)</p></td>
</tr>
  <tr align="left">    <td>
<p>MM</p></td>
    <td>
<p>2 桁で表される月 (01 または 12 など)</p></td>
</tr>
  <tr align="left">    <td>
<p>MMM</p></td>
    <td>
<p>月の省略名 (Jan または Dec など)</p></td>
</tr>
  <tr align="left">    <td>
<p>MMMM</p></td>
    <td>
<p>月の名前 (January または December など)</p></td>
</tr>
  <tr align="left">    <td>
<p>YY</p></td>
    <td>
<p>2 桁で表される年 (05 など)</p></td>
</tr>
  <tr align="left">    <td>
<p>YYYY</p></td>
    <td>
<p>4 桁で表される年 (2005 など)</p></td>
</tr>
  <tr align="left">    <td>
<p>E</p></td>
    <td>
<p>1 桁で表される曜日 (1 または 7 など)</p></td>
</tr>
  <tr align="left">    <td>
<p>EEE</p></td>
    <td>
<p>曜日の省略名 (Mon または Sun など)</p></td>
</tr>
  <tr align="left">    <td>
<p>EEEE</p></td>
    <td>
<p>曜日名 (Monday または Sunday など)</p></td>
</tr>
</table>
</div>
<p>
</p>

<p>
次のパターンは、Flash フォームが、datefield 入力コントロールを使って選択された日付を、04/29/2004 という書式のテキストとして ColdFusion に送信するよう指定します。
</p>
<pre>&lt;cfinput name=&quot;startDate&quot; type=&quot;datefield&quot; label=&quot;date:&quot;mask=&quot;mm/dd/yyyy&quot;/&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">Flash フォームデータのバインディング</span>
<p>
bind 属性では、他のフォームフィールドのコンテンツをフォームフィールドに挿入することができます。cftextarea bind 属性で他のフィールドのテキストを指定するには、次の形式を使用します。
</p>

<p>
{sourceTagName.text}
</p>

<p>
たとえば、次の業では firstName および lastName フィールドの値を使用して電子メールアドレスを作成します。ユーザーは、この値を変更したり、エントリを入力して置換したりすることができます。
</p>
<pre>         &lt;cfinput type=&quot;text&quot; name=&quot;email&quot; label=&quot;email&quot;
            bind=&quot;{firstName.text}.{lastName.text}@mm.com&quot;&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><pre>&lt;!--- この例では、cfform 内で cfinput を使用してテキスト項目の検証を簡単に
行う方法を示します。 ---&gt;
&lt;cfform action = &quot;cfinput.cfm&quot;&gt;
&lt;!--- 電話番号の検証 ---&gt;
電話番号の検証 (正しい形式の電話番号を入力してください):&lt;br&gt;
&lt;cfinput
   type = &quot;Text&quot; name = &quot;MyPhone&quot;
   message = &quot;電話番号を xxx-xxx-xxxx の形式で入力してください (例 : 617-761-2000)&quot;
   validate = &quot;telephone&quot; required = &quot;yes&quot;&gt;
   &lt;font size = -1 color = red&gt;必須&lt;/font&gt;
&lt;!--- 郵便番号の検証 ---&gt;
&lt;p&gt;郵便番号の検証 (正しい形式の郵便番号を入力してください。): &lt;br&gt;
&lt;cfinput
   type = &quot;Text&quot; name = &quot;MyZip&quot;
   message = &quot;郵便番号を xxxxx または xxxxx-xxxx の形式で入力してください。&quot;
   validate = &quot;zipcode&quot; required = &quot;yes&quot;&gt;
   &lt;font size = -1 color = red&gt;必須&lt;/font&gt;
&lt;!--- 範囲の検証 ---&gt;
&lt;p&gt;範囲の検証 (1 ～ 5 の整数を入力してください):&lt;br&gt;
&lt;cfinput
   type = &quot;Text&quot; name = &quot;MyRange&quot; range = &quot;1,5&quot;
   message = &quot;1 ～ 5 の整数を入力してください。&quot;
   validate = &quot;integer&quot; required = &quot;no&quot;&gt;
&lt;!--- 日付の検証 ---&gt;
&lt;p&gt;日付の検証 (正しい形式の日付を入力してください): &lt;br&gt;
&lt;cfinput
   type = &quot;Text&quot; name = &quot;MyDate&quot;
   message = &quot;正しい形式の日付 (dd/mm/yy) を入力してください。&quot;
   validate = &quot;date&quot; required = &quot;no&quot;&gt;
&lt;input
   type = &quot;Submit&quot; name = &quot;&quot;
   value = &quot;情報を送信&quot;&gt;
&lt;/cfform&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="NAME">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">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">
  <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">



<p>フォーム入力要素の名前です。</p>

  </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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">

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


<p>次のものを作成する入力コントロールタイプです。 </p><ul>

<li>button: プッシュボタン</li>

<li>checkbox: チェックボックス</li>

<li>file: ファイル選択肢。Flash ではサポートされません。</li>

<li>hidden: 非表示コントロール</li>

<li>image: イメージ付きのクリック可能ボタン</li>

<li>password: パスワード入力コントロール。入力した値は表示されません。</li>

<li>radio: ラジオボタン</li>

<li>reset: フォームリセットボタン</li>

<li>submit: フォーム送信ボタン</li>

<li>text: テキスト入力ボックス</li>

<li>datefield: (Flash の場合のみ) 選択した日付を展開表示するカレンダー付きの日付入力フィールド</li>
</ul>


  </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>Flash フォーム内でコントロールの横に配置するラベルです。button、hidden、image、reset、または submit の各タイプには使用しません。 </p>

  </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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>HTML 形式または XML 形式では、ColdFusion は style 属性をブラウザまたは XML に渡します。</p>
<p>Flash 形式では、CSS 形式のスタイル仕様でなければなりません。Flash スタイルの指定に関する詳細については、『ColdFusion MX 開発ガイド』の第29章の「Macromedia Flash 形式のフォームの作成」 を参照してください。</p>
<p>XML 形式では、ColdFusion は style 属性を XML に渡します。 </p>

  </td>
  </tr>
  </table>
</div>
<div id="REQUIRED">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">REQUIRED</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">

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

<ul>

<li>yes: フィールドにはデータが必要です。</li>

<li>no: フィールドは空でもかまいません。</li>
</ul>


  </td>
  </tr>
  </table>
</div>
<div id="MASK">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">MASK</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>ユーザーが入力できる文字パターンまたはフォームが ColdFusion に送信する文字パターンを制御するマスクパターンです。</p>
<p><b>HTML および Flash の場合 : </b>type=&quot;text&quot; のタグに使用します。マスク文字および対応する有効な入力文字は次のとおりです。</p><ul>

<li>A = [A-Za-z]</li>

<li>X = [A-Za-z0-9]</li>

<li>9 = [0-9]</li>

<li>? = 任意の文字</li>

<li>これら以外のすべての文字 = リテラル文字を挿入</li>
</ul>

<p><b>Flash の場合のみ : </b>type=&quot;datefield&quot; のタグに使用します。ColdFusion は、選択された日付をマスクパターンを使用して形式設定します。マスク文字は次のとおりです。</p><ul>

<li>D は日です。0 ～ 2 個のマスク文字を使用できます。</li>

<li>M は月です。0 ～ 4 個のマスク文字を使用できます。</li>

<li>Y は年です。0、2、または 4 個の文字を使用できます。</li>

<li>E は曜日です。0 ～ 4 個の文字を使用できます。</li>
</ul>

<p>詳細については、「使用方法」の「入力データのマスキング」を参照してください。</p>

  </td>
  </tr>
  </table>
</div>
<div id="VALIDATE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">VALIDATE</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>実行する検証のタイプです。形式に基づく、使用可能な検証のタイプとアルゴリズムです。詳細については、「使用方法」を参照してください。</p>

  </td>
  </tr>
  </table>
</div>
<div id="VALIDATEAT">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">VALIDATEAT</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">

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


<p>検証の実行方法です。次の中から 1 つ以上を指定します。</p><ul>

<li>onSubmit</li>

<li>onServer</li>

<li>onBlur</li>
</ul>

<p>onBlur と onSubmit は、Flash フォームでは同じです。複数の値を指定する場合は、カンマ区切りのリストを使用します。 </p>
<p>詳細については、「使用方法」を参照してください。</p>

  </td>
  </tr>
  </table>
</div>
<div id="MESSAGE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">MESSAGE</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>検証に失敗した場合に表示されるメッセージテキストです。</p>

  </td>
  </tr>
  </table>
</div>
<div id="RANGE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">RANGE</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>許容数値の最小値と最大値です。ColdFusion では、validate 属性で range を指定する場合に限り、この属性を使用します。 </p>
<p>単一の値を指定するか、単一の値の後にカンマを付けて指定した場合、その値は最小値として処理されます。最大値はありません。カンマの後に単一の値を指定した場合、その値は最大値として設定されます。最小値はありません。</p>

  </td>
  </tr>
  </table>
</div>
<div id="MAXLENGTH">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">MAXLENGTH</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>type = &quot;Text&quot; または &quot;password&quot; の場合に、入力テキストの最大長を設定します。総合的な長さ検証の場合、validate 属性で maxlength 検証を指定します。それ以外の場合は、この属性を使用すると、ユーザーが指定の長さを超えて入力しないようにできますが、指定の長さを超えた値にペーストしないようにすることはできません。</p>

  </td>
  </tr>
  </table>
</div>
<div id="PATTERN">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">PATTERN</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">validate = &quot;regex&quot;; の場合は必須 </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">(HTML および XML 形式の場合のみ)</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>入力を照合するための、JavaScript 正規表現のパターンです。ColdFusion では、validate 属性で regex を指定する場合に限り、この属性を使用します。</p>
<p>先頭および末尾のスラッシュ記号は削除されます。例とシンタックスについては、『ColdFusion MX 開発ガイド』の第27章の「cfform タグによるダイナミックフォームの作成」 を参照してください。</p>

  </td>
  </tr>
  </table>
</div>
<div id="ONVALIDATE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">ONVALIDATE</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">HTML および XML のみ</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>ユーザー入力を検証するためのカスタム JavaScript です。このルーチンには、フォームオブジェクト、入力オブジェクト、および入力オブジェクトの値が渡されます。このルーチンは、検証に成功した場合は true、失敗した場合は false を返さなければなりません。この属性を使用する場合、validate 属性は無視されます。</p>

  </td>
  </tr>
  </table>
</div>
<div id="ONERROR">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">ONERROR</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">HTML および XML のみ</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>検証に失敗した場合に実行するカスタム JavaScript 関数です。</p>

  </td>
  </tr>
  </table>
</div>
<div id="SIZE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">SIZE</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>入力コントロールのサイズです。type = &quot;radio&quot; または &quot;checkbox&quot; の場合は無視されます。Flash フォームで指定した場合、ColdFusion はコントロール幅のピクセル値を指定サイズの 10 倍に設定し、width 属性を無視します。</p>

  </td>
  </tr>
  </table>
</div>
<div id="VALUE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">VALUE</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 の設定により異なる、</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>HTML: HTML の value 属性に対応します。コントロールタイプに応じて使用します。</p>
<p>Flash: (オプション) ボタンタイプ入力のテキストを button、submit、および image の中から指定します。 </p>

  </td>
  </tr>
  </table>
</div>
<div id="BIND">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">BIND</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">オプション、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>
<div id="CHECKED">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">CHECKED</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">

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


<p>radio コントロールまたは checkbox コントロールを選択します。 </p><ul>

<li>true</li>

<li>false</li>
</ul>


  </td>
  </tr>
  </table>
</div>
<div id="DISABLED">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">DISABLED</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">

<strong>Default value:</strong> "not disabled"


<p>ユーザー入力を無効にし、コントロールを読み取り専用にします。入力を無効にするには、属性を省略して disabled を指定するか、disabled=&quot;Yes&quot; (または ColdFusion で使用する true などの正のブール値) を指定します。入力を有効にするには、属性を省略するか、disabled=&quot;No&quot; (または ColdFusion で使用する false などの負のブール値) を指定します。</p>

  </td>
  </tr>
  </table>
</div>
<div id="SRC">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">SRC</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 および HTML</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>Flash の button、reset、submit、image の各タイプ、および HTML の image タイプに適用します。ボタンに使用するイメージの URL です。Flash では GIF イメージはサポートされません。</p>

  </td>
  </tr>
  </table>
</div>
<div id="ONKEYUP">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">ONKEYUP</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>ユーザーがコントロールでキーボードのキーを離したときに実行される JavaScript (HTML/XML の場合) または ActionScript (Flash の場合) です。</p>

  </td>
  </tr>
  </table>
</div>
<div id="ONKEYDOWN">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">ONKEYDOWN</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>ユーザーがコントロールでキーボードのキーを押したときに実行される JavaScript (HTML/XML の場合) または ActionScript (Flash の場合) です。</p>

  </td>
  </tr>
  </table>
</div>
<div id="ONMOUSEUP">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">ONMOUSEUP</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>ユーザーがコントロールでマウスボタンを押したときに実行される JavaScript (HTML/XML の場合) または ActionScript (Flash の場合) です。</p>

  </td>
  </tr>
  </table>
</div>
<div id="ONMOUSEDOWN">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">ONMOUSEDOWN</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>ユーザーがコントロールでマウスボタンを離したときに実行される JavaScript (HTML/XML の場合) または ActionScript (Flash の場合) です。</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>ユーザーのアクションに応じてコントロールが変わるときに実行される JavaScript (HTML/XML の場合) または ActionScript (Flash の場合) です。Flash の場合、datefield、password、および text の各タイプにのみ適用されます。</p>

  </td>
  </tr>
  </table>
</div>
<div id="ONCLICK">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">ONCLICK</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>ユーザーがコントロールをクリックしたときに実行される JavaScript (HTML/XML の場合) または ActionScript (Flash の場合) です。Flash の場合、button、checkbox、image、radio、reset、および submit の各タイプにのみ適用されます。</p>

  </td>
  </tr>
  </table>
</div>
<div id="DAYNAMES">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">DAYNAMES</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">

<strong>Default value:</strong> "S、M、T、W、Th、F、S"


<p>datefield タイプにのみ適用されます。カレンダーに表示される曜日名を設定するカンマ区切りのリストです。日曜日 (Sunday) が先頭で、残りの曜日が通常どおりにその後に続きます。</p>

  </td>
  </tr>
  </table>
</div>
<div id="FIRSTDAYOFWEEK">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">FIRSTDAYOFWEEK</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">すべて</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>datefield タイプにのみ適用されます。カレンダーでその週の最初の曜日を指定する 0 ～ 6 の範囲の整数です。0 は日曜日、6 は土曜日を示します。</p>

  </td>
  </tr>
  </table>
</div>
<div id="MONTHNAMES">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">MONTHNAMES</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">すべて</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">

<strong>Default value:</strong> "January、February、March、April、May、June、July、August、September、October、November、December"


<p>datefield タイプにのみ適用されます。カレンダーの最上部に表示される月名のカンマ区切りのリストです。</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">オプション、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>コントロールを有効にするかどうかを指定するブール値です。無効なコントロールはライトグレーで表示されます。disabled 属性の反対です。</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">オプション、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="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">オプション、Flash</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">



<p>マウスポインタをコントロールの上に置いたときに表示されるテキストです。 </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">



<p>ほとんどの Flash のタイプに適用されます。一部のブラウザでは、HTML の image タイプに適用されます。コントロールの高さをピクセル単位で指定します。表示される高さは、指定したサイズよりも小さい場合があります。 </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">



<p>ほとんどの Flash のタイプに適用されます。一部のブラウザでは、HTML の image タイプに適用されます。コントロールの幅をピクセル単位で指定します。Flash フォームの場合、ユーザーが size 属性値も指定したときは、ColdFusion はこの属性を無視します。</p>

  </td>
  </tr>
  </table>
</div>
<div id="DATE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">DATE</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"> validateAt=&quot;onServer&quot; の場合、IsDate 関数で true を返す任意のデータ形式を使用できます。それ以外の場合は USdate と同じです。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="USDATE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">USDATE</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">mm/dd/yy、mm-dd-yy、または mm.dd.yy の書式を使用する米国の日付 (1 ～ 2 桁の月と日、1 ～ 4 桁の年を使用) です。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="EURODATE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">EURODATE</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">dd/mm/yy の書式を使用する日付 (1 ～ 2 桁の月と日、1 ～ 4 桁の年を使用) です。区切り文字として /、-、または . を使用できます。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="TIME">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">TIME</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">時刻形式 (hh:mm:ss) です。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="FLOAT または NUMERIC">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">FLOAT または NUMERIC</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">


  </td>
  </tr>
  </table>
</div>
<div id="INTEGER">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">INTEGER</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">


  </td>
  </tr>
  </table>
</div>
<div id="RANGE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">RANGE</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">


  </td>
  </tr>
  </table>
</div>
<div id="BOOLEAN">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">BOOLEAN</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">ブール値 (yes、no、true、false、または数値) に変換可能な値です。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="TELEPHONE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">TELEPHONE</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">標準の米国電話番号の書式です。最初の 1 桁の長距離識別子、および最大 5 桁の内線番号を設定できます。x で始めることもできます。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="ZIPCODE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">ZIPCODE</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">米国の 5 桁または 9 桁の郵便番号の書式 #####-#### です。セパレータにはハイフン (-) かスペースを設定できます。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="CREDITCARD">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">CREDITCARD</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">空白とダッシュは削除されます。mod10 アルゴリズムを使用して番号を検証します。番号は 13 ～ 16 桁指定する必要があります。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="SSN または SOCIAL_SECURITY_NUMBER">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">SSN または SOCIAL_SECURITY_NUMBER</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">


  </td>
  </tr>
  </table>
</div>
<div id="EMAIL">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">EMAIL</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">name@server.domain の形式をとる有効な電子メールアドレスです。ColdFusion は、書式を検証するのみであり、エントリがアクティブで有効な電子メールアドレスかどうかはチェックしません。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="URL">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">URL</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">有効な URL パターンです。http、https、ftp ファイル、mailto、および news URL をサポートします。 </td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="GUID">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">GUID</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">Microsoft/DCE 形式に準拠する一意の識別子 (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) です。x には、16 進数の数値が入ります。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="UUID">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">UUID</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">ColdFusion の書式 xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx に準拠する UUID (Universally Unique Identifier) です。x には 16 進数の数値が入ります。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="MAXLENGTH">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">MAXLENGTH</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">


  </td>
  </tr>
  </table>
</div>
<div id="NOBLANKS">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">NOBLANKS</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">


  </td>
  </tr>
  </table>
</div>
<div id="REGEX または REGULAR_EXPRESSION">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">REGEX または REGULAR_EXPRESSION</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">入力内容を pattern 属性と照合します。HTML および XML 形式でのみ有効です。Flash 形式では無視されます。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


  </td>
  </tr>
  </table>
</div>
<div id="SUBMITONCE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">SUBMITONCE</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">submit タイプおよび image タイプにのみ使用できます。次のページがロードされるまでの間、ユーザーが同じフォームを複数回送信しないようにします。たとえば、注文を送信するときに、その注文が確認されるまでは同じ注文を再度送信しないようにできます。HTML および XML 形式でのみ有効です。Flash 形式では無視されます。</td>
  </tr>
  <tr>
  <td colspan="2" class="clearseparation">&nbsp;</td>
  </tr>
  <tr>
  <td valign="top" colspan="2" class="description">


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

  </body>
</html>
