root/trunk/website/soundings/handlers/textboxmulti/save.cfm @ 28

Revision 5, 503 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/textboxmulti/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
12<!--- Multichoice other is just a modified version --->
13<cfmodule template="../textbox/save.cfm" attributeCollection="#attributes#"
14        single=false />
15       
16<cfsetting enablecfoutputonly=false>
17
18<cfexit method="exittag">
Note: See TracBrowser for help on using the browser.