<!-- 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/cfcatch/title" /></title>
<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 CFEXCEPTIONTYPELIST;
var theUIObjects;

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

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

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

function initializeUI()
{
	CFEXCEPTIONTYPELIST = new ListControl("thetype"); 
	theUIObjects = new Array(CFEXCEPTIONTYPELIST); 

  tagDialog.populateDropDownList(CFEXCEPTIONTYPELIST, theAlignmentsCatchCap, theAlignmentsCatchVal, 1);
}

</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>

<body onLoad="initializeUI();">
<div MMString:name="TagLibraries/CFML/cfcatch/div/name/CFCATCH"> 
<table border="0" cellspacing="4">
  <tr>
    <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfcatch/text/Exception" /> </td>
    <td nowrap="nowrap">
      <select name="thetype" id="attr:cfcatch:type" attname="type" editable="true" style="width:150px" editable="true"> 
      </select>
    </td>
  </tr>
</table>
</div>
</body>
</html>
