<!-- Copyright 2001, 2002, 2003 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/cftable/title" /></title>
<script src="../../Shared/Common/Scripts/dwscripts.js"></script>
<script src="../../Shared/Common/Scripts/tagDialogsCmn.js"></script>
<script>
function inspectTag(tagNodeObj)
{
  tagDialog.inspectTagCommon(tagNodeObj); 
}

function applyTag(tagNodeObj)
{
  tagDialog.applyTagCommon(tagNodeObj); 
}
</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>
<body> 
<div MMString:name="TagLibraries/CFML/cftable/div/name/General"> 
  <table border="0" cellspacing="4">
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cftable/text/Query" /> </td>
      <td nowrap="nowrap">
        <input name="thequery" type="text" class="medTField" id="attr:cftable:query" attname="query" required="true" />      
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cftable/text/Column" /> </td>
      <td nowrap="nowrap">
        <input name="thecolspacing" type="text" class="smallNumOrChar" id="attr:cftable:colspacing" attname="colspacing" />            
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cftable/text/Max" /> </td>
      <td nowrap="nowrap">
        <input name="themaxrows" type="text" class="smallNumOrChar" id="attr:cftable:maxrows" attname="maxrows" />            
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cftable/text/Start" /> </td>
      <td nowrap="nowrap">
        <input name="thestartrow" type="text" class="smallNumOrChar" id="attr:cftable:startrow" attname="startrow" />            
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cftable/text/Header" /> </td>
      <td nowrap="nowrap">
        <input name="theheaderlines" type="text" class="smallNumOrChar" id="attr:cftable:headerlines" attname="headerlines" />            
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cftable:colheaders" name="thecolheaders" attname="colheaders" truevalue="yes" falsevalue="" /> <MMString:loadString id="TagLibraries/CFML/cftable/checkbox/thecolheaders/Display" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cftable:htmltable" name="thehtmltable" attname="htmltable" truevalue="yes" falsevalue="" /> <MMString:loadString id="TagLibraries/CFML/cftable/checkbox/thehtmltable/Render" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cftable:border" name="theborder" attname="border" truevalue="yes" falsevalue="" /> <MMString:loadString id="TagLibraries/CFML/cftable/checkbox/theborder/Use" />
      </td>
    </tr>
  </table>
</div>
</body>
</html>
