root/trunk/website/soundings/handlers/multiplechoicemultiother/display.cfm @ 5

Revision 5, 0.7 kB (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/multiplechoicemultiother/display.cfm
4        Author       : Raymond Camden
5        Created      : September 17, 2004
6        Last Updated : September 17, 2004
7        History      :
8        Purpose          : Supports Multiple Choice Multi w/ Other
9--->
10
11<cfparam name="attributes.r_result" default="result">
12
13<!--- Multichoice other is just a modified version --->
14<cfmodule template="../multiplechoice/display.cfm" attributeCollection="#attributes#"
15        single=false other=true/>
16       
17<!--- pass up the answer --->   
18<cfif structKeyExists(variables,attributes.r_result)>
19        <cfset caller[attributes.r_result] = variables[attributes.r_result]>
20</cfif>
21
22<cfsetting enablecfoutputonly=false>
23
24<cfexit method="exittag">
Note: See TracBrowser for help on using the browser.