<!-- Copyright 2001-2007 Adobe Systems Incorporated.  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/cfinput/title" /></title>
  <link rel="stylesheet" href="mmres://user_interface_dialog.css">
<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="../../TagLibraries/Html/loc_strings.js"></script>
<script src="../../TagLibraries/Html/strings.js"></script>
<script src="loc_strings.js"></script>
<script src="strings.js"></script>
<script>
/************************* GLOBAL VARS **************************/

var types = new Array("text", "button", "checkbox", "file", "hidden", "image", "password", "radio", "reset", "submit", "datefield");
var VALIDATELIST;
var SELECTORLIST;
var LANGUAGELIST;
var ALIGNLIST;
var ALTLIST;
var REQUIREDLIST;
var VALIDATEATLIST;
var theUIObjects; 
var applyType = "dynamic"; 

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

function inspectTag(tagNodeObj) {
	var curValue = SELECTORLIST.getValue();
	var activeDisplayNode = dwscripts.findDOMObject("the" + curValue);
	tagDialog.inspectTagCommon(tagNodeObj, theUIObjects, applyType, activeDisplayNode, SELECTORLIST);
}


function applyTag(tagNodeObj) {
	var curValue = SELECTORLIST.getValue(); 
	var activeDisplayNode = dwscripts.findDOMObject("the" + curValue);
	tagDialog.applyTagCommon(tagNodeObj, theUIObjects, applyType, activeDisplayNode); 
}


function updateUI() {
	var curDiv = SELECTORLIST.getValue(); 

	tagDialog.showOnlyThisLayer(curDiv, document.layers[0]); 
}


function initializeUI() {
	SELECTORLIST = new ListControl("theselector"); 
	ALIGNLIST = new ListControl("thealign"); 
	ALTLIST = new ListControl("thealt");
	LANGUAGELIST = new ListControl("thelang"); 
	DIRLIST = new ListControl("thedir"); 
	VALIDATELIST = new ListControl("thevalidate"); 
	VALIDATEATLIST = new ListControl("thevalidateat");

	theUIObjects = new Array(LANGUAGELIST,DIRLIST,SELECTORLIST,ALIGNLIST,ALTLIST,VALIDATELIST,VALIDATEATLIST); 

	tagDialog.populateDropDownList(LANGUAGELIST, theLanguagesCap, theLanguagesVal, 1); 
	tagDialog.populateDropDownList(DIRLIST, theDirectionCap, theDirectionVal, 1); 
	tagDialog.populateDropDownList(ALIGNLIST, theAlignImgCap, theAlignImgVal, 1); 
	tagDialog.populateDropDownList(ALTLIST, theImgAltCap, theImgAltVal, 1);
	tagDialog.populateDropDownList(SELECTORLIST, types, types, 0); 

	tagDialog.populateDropDownList(VALIDATELIST, theInputValidateCap, theInputValidateVal, 1); 
	tagDialog.populateDropDownList(VALIDATEATLIST, new Array("onSubmit", "onServer", "onBlur"), new Array("onSubmit", "onServer", "onBlur"), 1); 
}
</script>
</head>

<body onLoad="initializeUI();">
<div MMString:name="TagLibraries/CFML/cfinput/div/name/General"> 
<br /> 
<MMString:loadString id="TagLibraries/CFML/cfinput/text/Type" /> 
<select name="theselector" id="attr:input:selector" attname="type" editable="false" onChange="updateUI();" style="width:150px">
</select>
<hr width="100%" /> 
	<div id="thetext" style="position:absolute; width:350px; height:115px; z-index:1; visibility:hidden; left:0px; top:55px;">
		<table border="0" cellspacing="4">
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Name" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:name" name="thename" attname="name" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Value" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:value" name="thevalue" attname="value" style="width:200px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Mask" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="theMask" name="theMask" attname="mask" style="width:200px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Size" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:size" name="thesize" attname="size" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Width" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:width" name="thewidth" attname="width" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Height" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:height" name="theheight" attname="height" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Max" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:maxlength" name="themaxlength" attname="maxlength" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:visible" name="thevisible" attname="visible" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thevisible/Visible" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:readonly" name="thereadonly" attname="readonly" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thereadonly/Read" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:disabled" name="thedisabled" attname="disabled" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thedisabled/Disabled" />
				</td>
			</tr>
		</table>
	</div>
	<div id="thepassword" style="position:absolute;width:350px;height:115px;z-index:2;visibility: hidden;left: 0px;top: 55px;">
		<table border="0" cellspacing="4">
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Name" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:passname" name="thename" attname="name" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Value" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:passvalue" name="thevalue" attname="value" style="width:200px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Size" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:passsize" name="thesize" attname="size" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Width" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text1" name="thewidth" attname="width" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Height" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text2" name="theheight" attname="height" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Max" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:passmaxlength" name="themaxlength" attname="maxlength" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:passreadonly" name="thereadonly" attname="readonly" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thereadonly/Read" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:passdisabled" name="thedisabled" attname="disabled" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thedisabled/Disabled" />
				</td>
			</tr>
		</table>
	</div>
	<div id="theradio" style="position:absolute;width:350px;height:115px;z-index:2;visibility: hidden;left: 0px;top: 55px;">
		<table border="0" cellspacing="4">
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Name" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:radioname" name="thename" attname="name" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Value" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:radiovalue" name="thevalue" attname="value" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Width" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text3" name="thewidth" attname="width" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Height" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text4" name="theheight" attname="height" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:radiodisabled" name="thevisible" attname="visible" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thevisible/Visible" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:radiochecked" name="thechecked" attname="checked" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thechecked/Checked" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:radiodisabled" name="thedisabled" attname="disabled" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thedisabled/Disabled" />
				</td>
			</tr>
		</table>
	</div>
	<div id="thecheckbox" style="position:absolute;width:200px;height:115px;z-index:2;visibility: hidden;left: 0px;top: 55px;">
		<table border="0" cellspacing="4">
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Name" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:checkboxname" name="thename" attname="name" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Value" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:checkboxvalue" name="thevalue" attname="value" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Width" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text5" name="thewidth" attname="width" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Height" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text6" name="theheight" attname="height" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:checkboxchecked" name="thechecked" attname="checked" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thechecked/Checked" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:checkboxdisabled" name="thedisabled" attname="disabled" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thedisabled/Disabled" />
				</td>
			</tr>
		</table>
	</div>
	<div id="theimage" style="position:absolute; width:200px; height:115px; z-index:2; left: 0px; top: 55px; visibility: hidden;">
    <table border="0" cellspacing="4">
      <tr>
        <td width="0" align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Name" /> </td>
        <td width="0" colspan="4" nowrap="nowrap">
					<input type="text" id="attr:input:checkboxname" name="thename" attname="name" style="width:200px" required="true" />
				</td>
      </tr>
      <tr>
        <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Value" /> </td>
        <td colspan="4" nowrap="nowrap">
					<input type="text" id="attr:input:checkboxvalue" name="thevalue" attname="value" style="width:200px" />
				</td>
      </tr>
      <tr>
        <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Source" /> </td>
        <td colspan="4" nowrap="nowrap">
	        <input type="text" id="attr:input:src" name="attr:input:src" attname="src" style="width:200px" />
      &nbsp;
	        <input type="button" name="browseBtn" MMString:value="TagLibraries/CFML/cfinput/button/browseBtn/Browse" onClick="tagDialog.browseFile('attr:input:src');focus(this)" />
	      </td>
      </tr>
      <tr>
        <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Alternate" /> </td>
        <td colspan="4" nowrap="nowrap">
    	    <select id="attr:input:alt" name="thealt" attname="alt" editable="true" style="width:200px">
      	  </select>
    	  </td>
      </tr>
      <tr>
        <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Alignment" /> </td>
        <td colspan="4" nowrap="nowrap">
	        <select name="thealign" id="attr:input:align" attname="align" style="width:150px">
	        </select>
	      </td>
      </tr>
      <tr>
        <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Usemap" /> </td>
        <td colspan="4" nowrap="nowrap">
          <input type="text" id="attr:input:usemap" name="theusemap" attname="usemap" style="width:200px" />
        </td>
      </tr>
      <tr>
        <td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
        <td colspan="4" nowrap="nowrap">
					<input type="checkbox" id="attr:input:checkboxdisabled" name="thedisabled" attname="disabled" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thedisabled/Disabled" />
				</td>
      </tr>
      <tr>
        <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Width" /> </td>
        <td nowrap="nowrap">
          <input type="text" id="attr:input:width" name="thewidth" attname="width" style="width:50px" />
        </td>
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Height" /></td>
        <td nowrap="nowrap">
          <input type="text" id="attr:input:height" name="theheight" attname="height" style="width:50px" />
        </td>
        <td nowrap="nowrap">
          <img src="../../Shared/MM/Images/IE.gif" MMString:alt="TagLibraries/CFML/cfinput/img/alt/Internet" align="absmiddle" />&nbsp;<MMString:loadString id="TagLibraries/CFML/cfinput/text/4" />&nbsp;<img src="../../Shared/MM/Images/Netscape.gif" MMString:alt="TagLibraries/CFML/cfinput/img/alt/Netscape" align="absmiddle" />&nbsp;<MMString:loadString id="TagLibraries/CFML/cfinput/text/11" />&nbsp;<img src="../../Shared/MM/Images/Opera.gif" MMString:alt="TagLibraries/CFML/cfinput/img/alt/Opera" align="absmiddle" />&nbsp;<MMString:loadString id="TagLibraries/CFML/cfinput/text/4" />
        </td>
      </tr>
      <tr>
        <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Horizontal" /> </td>
        <td nowrap="nowrap">
          <input type="text" id="attr:input:hspace" name="thehspace" attname="hspace" style="width:50px" />
        </td>
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Vertical" /></td>
        <td nowrap="nowrap"><input type="text" id="attr:input:vspace" name="thevspace" attname="vspace" style="width:50px" />
        </td>
        <td nowrap="nowrap">
          <img src="../../Shared/MM/Images/IE.gif" MMString:alt="TagLibraries/CFML/cfinput/img/alt/Internet" align="absmiddle" />&nbsp;<MMString:loadString id="TagLibraries/CFML/cfinput/text/5" />&nbsp;<img src="../../Shared/MM/Images/Netscape.gif" MMString:alt="TagLibraries/CFML/cfinput/img/alt/Netscape" align="absmiddle" />&nbsp;<MMString:loadString id="TagLibraries/CFML/cfinput/text/4" /></td>
      </tr>
      <tr>
        <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Border" /> </td>
        <td colspan="4" nowrap="nowrap">
          <input type="text" id="attr:input:border" name="theborder" attname="border" style="width:50px" />
      &nbsp;<img src="../../Shared/MM/Images/Netscape.gif" MMString:alt="TagLibraries/CFML/cfinput/img/alt/Netscape" align="absmiddle" />&nbsp;<MMString:loadString id="TagLibraries/CFML/cfinput/text/1" />
        </td>
      </tr>
    </table>
	</div>
	<div id="thefile" style="position:absolute; width:350px; height:115px; z-index:1; left: 0px; top: 55px; visibility: hidden;">
		<table border="0" cellspacing="4">
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Name" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:filename" name="thename" attname="name" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Size" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:filesize" name="thesize" attname="size" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:filedisabled" name="thedisabled" attname="disabled" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thedisabled/Disabled" />
				</td>
			</tr>
    </table>
  </div>
	<div id="thehidden" style="position:absolute;width:350px;height:115px;z-index:1;visibility: hidden;left: 0px;top: 55px;">
		<table border="0" cellspacing="4">
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Name" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:hiddenname" name="thename" attname="name" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Value" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:hiddenvalue" name="thevalue" attname="value" style="width:200px" required="true" />
				</td>
			</tr>
			
    </table>
  </div>
	<div id="thebutton" style="position:absolute;width:350px;height:115px;z-index:1;visibility: hidden;left: 0px;top: 55px;">
		<table border="0" cellspacing="4">
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Name" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:buttonname" name="thename" attname="name" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Value" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:buttonvalue" name="thevalue" attname="value" style="width:200px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Width" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text9" name="thewidth" attname="width" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Height" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text10" name="theheight" attname="height" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:buttondisabled" name="thedisabled" attname="disabled" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thedisabled/Disabled" />
				</td>
			</tr>
    </table>
  </div>
	<div id="thesubmit" style="position:absolute; width:350px; height:115px; z-index:1; visibility:hidden; left: 0px;top: 55px;">
		<table border="0" cellspacing="4">
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Name" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:submitname" name="thename" attname="name" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Value" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:submitvalue" name="thevalue" attname="value" style="width:200px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Width" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text11" name="thewidth" attname="width" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Height" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text12" name="theheight" attname="height" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:submitdisabled" name="thedisabled" attname="disabled" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thedisabled/Disabled" />
				</td>
			</tr>
    </table>
  </div>
	<div id="thereset" style="position:absolute;width:350px;height:115px;z-index:1;visibility: hidden;left: 0px;top: 55px;">
		<table border="0" cellspacing="4">
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Name" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:resetname" name="thename" attname="name" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Value" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:resetvalue" name="thevalue" attname="value" style="width:200px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Width" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text13" name="thewidth" attname="width" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Height" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text14" name="theheight" attname="height" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:resetdisabled" name="thedisabled" attname="disabled" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thedisabled/Disabled" />
				</td>
			</tr>
    </table>
  </div>
	<div id="thedatefield" style="position:absolute; width:350px; height:115px; z-index:1; visibility:hidden; left: 0px;top: 55px;">
		<table border="0" cellspacing="4">
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Name" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:resetname" name="thename" attname="name" style="width:200px" required="true" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Value" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:resetvalue" name="thevalue" attname="value" style="width:200px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/DayNames" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:theDay" name="theDay" attname="daynames" style="width:300px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/MonthNames" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:theMonth" name="theMonth" attname="monthnames" style="width:300px" />
				</td>
			</tr>
			<tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/FirstDayOfWeek" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="attr:input:thefirstdow" name="theFirstdow" attname="firstdayofweek" style="width:300px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Width" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text15" name="thewidth" attname="width" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Height" /> </td>
				<td nowrap="nowrap">
					<input type="text" id="Text16" name="theheight" attname="height" style="width:50px" />
				</td>
			</tr>
			<tr>
				<td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
				<td nowrap="nowrap">
					<input type="checkbox" id="attr:input:disabled" name="thedisabled" attname="disabled" truevalue="true" falsevalue="" />
					<MMString:loadString id="TagLibraries/CFML/cfinput/checkbox/thedisabled/Disabled" />
				</td>
			</tr>
    </table>
  </div>
  
</div>
<div MMString:name="TagLibraries/CFML/cfinput/div/name/Style"> 
  <table border="0" cellspacing="4">
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Class" /> </td>
      <td nowrap="nowrap">
        <input type="text" id="attr:input:class" name="theclass" attname="class" style="width:200px" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/ID" /> </td>
      <td nowrap="nowrap">
        <input type="text" id="attr:input:id" name="theid" attname="id" style="width:200px" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Style" /> </td>
      <td nowrap="nowrap">
        <input type="text" id="attr:input:class" name="thestyle" attname="style" style="width:200px" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Title" /> </td>
      <td nowrap="nowrap">
        <input type="text" id="attr:input:title" name="thetitle" attname="title" style="width:200px" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Access" /> </td>
      <td nowrap="nowrap">
        <input type="text" id="attr:input:accesskey" name="theaccesskey" attname="accesskey" style="width:50px" maxlength="1" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Tab" /> </td>
      <td nowrap="nowrap">
        <input type="text" id="attr:input:tabindex" name="thetabindex" attname="tabindex" style="width:50px" />
      </td>
    </tr>
  </table> 
</div>
<div MMString:name="TagLibraries/CFML/cfinput/div/name/Language"> 
  <table border="0" cellspacing="4">
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Direction" /> </td>
      <td nowrap="nowrap">
        <select name="thedir" id="attr:input:dir" attname="dir" style="width:150px"> 
        </select>
      </td>
    </tr>
    <tr>
      <td align="right" nowrap="nowrap"></td>
      <td nowrap="nowrap"></td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfinput/text/Language" /> </td>
      <td nowrap="nowrap">
        <select name="thelang" id="attr:input:lang" attname="lang" editable="true" style="width:150px"> 
        </select>
      </td>
    </tr>
  </table>
</div>
<div MMString:name="TagLibraries/CFML/cfinput/div/name/Validation">
  <table border="0" cellspacing="4">
	<tr>
	  <td valign="baseline" align="right" nowrap><MMString:loadString id="TagLibraries/CFML/cfinput/text/Required" /> </td>
	  <td>
      <input type="checkbox" id="attr:cfinput:required" name="theRequired" attname="required" truevalue="yes" falsevalue="" /></td>
	</tr>
	<tr>
	  <td valign="baseline" align="right" nowrap><MMString:loadString id="TagLibraries/CFML/cfinput/text/Validate" /> </td>
	  <td><select name="thevalidate" id="thevalidate" attname="validate" editable="false" style="width:200px">
      </select></td>
    </tr>
	<tr>
	  <td valign="baseline" align="right" nowrap><MMString:loadString id="TagLibraries/CFML/cfinput/text/Validate_1" /></td>
	  <td><select name="thevalidateat" id="thevalidateat" attname="validateat" editable="false" style="width:200px">
      </select></td>
    </tr>
	<tr>
	  <td valign="baseline" align="right" nowrap><MMString:loadString id="TagLibraries/CFML/cfinput/text/Message" /> </td>
	  <td><input type="text" id="themessage" name="themessage" attname="message" style="width:200px" /></td>
    </tr>
	<tr>
	  <td align="right" valign="baseline" nowrap ><MMString:loadString id="TagLibraries/CFML/cfinput/text/Range" /> </td>
	  <td><input type="text" id="therange" name="therange" attname="range" style="width:200px" /></td>
    </tr>
	<tr>
	  <td align="right" valign="baseline" nowrap ><MMString:loadString id="TagLibraries/CFML/cfinput/text/Pattern" /></td>
	  <td><input type="text" id="thepattern" name="thepattern" attname="pattern" style="width:200px" /></td>
    </tr>
  </table>
</div>
<div MMString:name="TagLibraries/CFML/cfinput/div/name/Miscellaneous">
  <table border="0" cellspacing="4">
    <tr>
      <td align="right" nowrap><MMString:loadString id="TagLibraries/CFML/cfinput/text/Label" /></td>
      <td><input type="text" id="theLabel" name="theLabel" attname="label" style="width:200px" /></td>
    </tr>
    <tr>
      <td align="right" nowrap><MMString:loadString id="TagLibraries/CFML/cfinput/text/Bind" /></td>
      <td><input type="text" id="theBind" name="theBind" attname="bind" style="width:200px" /></td>
    </tr>
	<tr>
      <td align="right" nowrap><MMString:loadString id="TagLibraries/CFML/cfinput/text/Tooltip" /></td>
      <td><input type="text" id="theTooltip" name="thetooltip" attname="tooltip" style="width:100px" /></td>
    </tr>
	
  </table>
</div>
<div MMString:name="TagLibraries/CFML/cfinput/div/name/Events"> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onBlur"> 
    <textarea name="theonBlur" attname="onBlur" id="attr:cfinput:onblur" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onChange"> 
    <textarea name="theonChange" attname="onChange" id="attr:cfinput:onchange" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onClick"> 
    <textarea name="theonClick" attname="onClick" id="attr:cfinput:onclick" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onDblClick"> 
    <textarea name="theonDblClick" attname="onDblClick" id="attr:cfinput:ondblclick" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onFocus"> 
    <textarea name="theonFocus" attname="onFocus" id="attr:cfinput:onfocus" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onMouseDown"> 
    <textarea name="theonMouseDown" attname="onMouseDown" id="attr:cfinput:onmousedown" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onMouseUp"> 
    <textarea name="theonMouseUp" attname="onMouseUp" id="attr:cfinput:onmouseup" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onMouseOver"> 
    <textarea name="theonMouseOver" attname="onMouseOver" id="attr:cfinput:onmouseover" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onMouseMove"> 
    <textarea name="theonMouseMove" attname="onMouseMove" id="attr:cfinput:onmousemove" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onMouseOut"> 
    <textarea name="theonMouseOut" attname="onMouseOut" id="attr:cfinput:onmouseout" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onKeyPress"> 
    <textarea name="theonKeyPress" attname="onKeyPress" id="attr:cfinput:onkeypress" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onKeyDown"> 
    <textarea name="theonKeyDown" attname="onKeyDown" id="attr:cfinput:onkeydown" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onKeyUp"> 
    <textarea name="theonKeyUp" attname="onKeyUp" id="attr:cfinput:onkeyup" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onSelect"> 
    <textarea name="theonSelect" attname="onSelect" id="attr:cfinput:onselect" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onValidate"> 
    <textarea name="theonValidate" attname="onValidate" id="attr:cfinput:onvalidate" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
  <div MMString:name="TagLibraries/CFML/cfinput/div/name/onError"> 
    <textarea name="theonError" attname="onError" id="attr:cfinput:onerror" class="PROGRAMLISTING" style="width:400px; height:100px;"  wrap="VIRTUAL"></textarea>
  </div> 
</div>
</body>
</html>
