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

Revision 5, 494 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/multiplechoiceother/edit.cfm
4        Author       : Raymond Camden
5        Created      : September 17, 2004
6        Last Updated : September 17, 2004
7        History      :
8        Purpose          : Supports Multiple Choice
9--->
10
11<!--- Multichoice other is just a modified version  --->
12<cfmodule template="../multiplechoice/edit.cfm" attributeCollection="#attributes#" other="true" />
13
14<cfsetting enablecfoutputonly=false>
15
16<cfexit method="exittag">
Note: See TracBrowser for help on using the browser.