<!-- Copyright 2001, 2002, 2003, 2004, 2005 Macromedia, Inc. All rights reserved. -->
<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
	<title><MMString:loadString id="TagLibraries/CFML/cfformgroup/title" /></title>
<script src="../../Shared/Common/Scripts/dwscripts.js"></script>
<script src="../../Shared/Common/Scripts/tagDialogsCmn.js"></script>
<script src="../../Shared/Common/Scripts/ListControlClass.js"></script>
<script src="loc_strings.js"></script>
<script src="strings.js"></script>

<script>

/************************* GLOBAL VARS **************************/

var TYPELIST; 
var theUIObjects; 

/****************************************************************/

function inspectTag(tagNodeObj)
{
  tagDialog.inspectTagCommon(tagNodeObj, theUIObjects); 
}

function applyTag(tagNodeObj)
{
  tagDialog.applyTagCommon(tagNodeObj, theUIObjects); 
}

function initializeUI()
{
  TYPELIST = new ListControl("thetype"); 

  theUIObjects  = new Array(TYPELIST); 

  tagDialog.populateDropDownList(TYPELIST, theSelFormGroupCap, theSelFormGroupVal, 1); 
}

</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="initializeUI();">
<div MMString:name="TagLibraries/CFML/cfformgroup/div/name/General"> 
  <table border="0" cellspacing="4">
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/Type" /></td>
      <td nowrap="nowrap">
          <select name="thetype" class="dataTypeList" id="attr:cfformgroup:type" attname="type" editable="true" required="true">
          </select>
</td>
    </tr>
	 <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/Query" /> </td>
      <td nowrap="nowrap"><input name="thequery" type="text" class="medTField" id="attr:cfformgroup:query" attname="query"/>

      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/Label" /> </td>
      <td nowrap="nowrap"><input name="thelabel" type="text" class="medTField" id="attr:cfformgroup:label" attname="label"  />

      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/Start" /> </td>
      <td nowrap="nowrap"><input name="thestartrow" type="text" class="medTField" id="attr:cfformgroup:startrow" attname="startrow"  />

      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/Max" /> </td>
      <td nowrap="nowrap"><input name="themaxrows" type="text" class="medTField" id="attr:cfformgroup:maxrows" attname="maxrows"  /></td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/Selected" /> </td>
      <td nowrap="nowrap"><input name="theselectedindex" type="text" class="medTField" id="attr:cfformgroup:selectedindex" attname="selectedindex"  /></td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/Height" /></td>
      <td nowrap="nowrap"><input name="theheight" type="text" class="medTField" id="attr:cfformgroup:height" attname="height"  /></td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/Width" /></td>
      <td nowrap="nowrap"><input name="thewidth" type="text" class="medTField" id="attr:cfformgroup:width" attname="width"  /></td>
    </tr>
	<tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/OnChange" /> </td>
      <td nowrap="nowrap"><input name="theonchange" type="text" class="medTField" id="attr:cfformgroup:onchange" attname="onchange"  />

      </td>
	 </tr>
	 <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/Tooltip" /> </td>
      <td nowrap="nowrap"><input name="thetooltip" type="text" class="medTField" id="attr:cfformgroup:tooltip" attname="tooltip"  />
      </td>
    </tr>
	  <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/Enabled" /> </td>
      <td nowrap="nowrap"><input name="theenabled" type="checkbox" id="attr:cfformgroup:enabled" attname="enabled" checked truevalue="yes"/>
      </td>
    </tr>
	  <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfformgroup/text/Visible" /> </td>
      <td nowrap="nowrap"><input name="thevisible" type="checkbox" id="attr:cfformgroup:visible" attname="visible" checked truevalue="yes"  />
      </td>
    </tr>

  </table>
</div>
</body>
</html>
