root/trunk/website/soundings/handlers/yesno/edit.cfm @ 5

Revision 5, 444 bytes (checked in by DanWilson, 17 years ago)

Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)

Line 
1<cfsetting enablecfoutputonly=true>
2<!---
3        Name         : handlers/yesno/edit.cfm
4        Author       : Raymond Camden
5        Created      : September 17, 2004
6        Last Updated : September 17, 2004
7        History      :
8        Purpose          :
9--->
10
11<!--- Yes/No is just a modified version of T/F --->
12<cfmodule template="../truefalse/edit.cfm" attributeCollection="#attributes#" yesno=true />
13
14<cfsetting enablecfoutputonly=false>
15
16<cfexit method="exitTag">
Note: See TracBrowser for help on using the browser.