
<!-- Copyright 2002-2006 Adobe Macromedia Software LLC and its licensors. 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/cffunction/title" /></title>
<script src="../../Shared/Common/Scripts/dwscripts.js"></script>
<script src="../../Shared/Common/Scripts/ListControlClass.js"></script>
<script src="../../Shared/Common/Scripts/tagDialogsCmn.js"></script>
<script src="loc_strings.js"></script>
<script src="strings.js"></script>
<script>
/************************* GLOBAL VARS **************************/

var ACCESSLIST; 
var RETURNLIST;
var theUIObjects; 

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

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

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

function initializeUI()
{
  ACCESSLIST = new ListControl("theaccess"); 
  RETURNLIST = new ListControl("thereturntype"); 

  theUIObjects  = new Array(ACCESSLIST,RETURNLIST); 

  tagDialog.populateDropDownList(ACCESSLIST, theAccessCap, theAccessVal, 1); 
  tagDialog.populateDropDownList(RETURNLIST, theTypesCap, theTypesVal, 1); 
}
</script>

<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="initializeUI()">
<div MMString:name="TagLibraries/CFML/cffunction/div/name/General"> 
  <table border="0" cellspacing="4">
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cffunction/text/Name" /> </td>
      <td nowrap="nowrap"> 
        <input name="thename" type="text" class="medTField" id="attr:cffunction:name" attname="name" required="true" />&nbsp;
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cffunction/text/Access" /> </td>
      <td nowrap="nowrap"> 
          <select name="theaccess" class="oneWordOptionList" id="attr:cffunction:access" attname="access" editable="false">
          </select>
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cffunction/text/Return" /> </td>
      <td nowrap="nowrap"> 
          <select name="thereturntype" class="dataTypeList" id="attr:cffunction:returntype" attname="returntype" editable="true">
          </select>
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cffunction/text/Roles" /> </td>
      <td nowrap="nowrap"> 
        <input name="theroles" type="text" class="basicTextField" id="attr:cffunction:roles" attname="roles" />&nbsp;
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cffunction/text/Display" /> </td>
      <td nowrap="nowrap"> 
        <input name="thedisplayName" type="text" class="basicTextField" id="attr:cffunction:displayName" attname="displayName" />&nbsp;
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cffunction/text/Description" /> </td>
      <td nowrap="nowrap">
	  <input name="thedesc" type="text" class="basicTextField" id="attr:cffunction:description" attname="description" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cffunction/text/Hint" /> </td>
      <td nowrap="nowrap"><input name="thehint" type="text" class="basicTextField" id="attr:cffunction:hint" attname="hint" />
    &nbsp; </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap"> 
        <input type="checkbox" id="attr:cfargument:output" name="theoutput" attname="output" truevalue="yes"  /> <MMString:loadString id="TagLibraries/CFML/cffunction/checkbox/theoutput/Output" />
      </td>
    </tr>
  </table>
</div>
</body> 
</html>
