|
Revision 5, 0.5 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 | |
|---|
| 12 | <!--- Multichoice other is just a modified version ---> |
|---|
| 13 | <cfmodule template="../multiplechoice/save.cfm" attributeCollection="#attributes#" |
|---|
| 14 | single=false other=true/> |
|---|
| 15 | |
|---|
| 16 | <cfsetting enablecfoutputonly=false> |
|---|
| 17 | |
|---|
| 18 | <cfexit method="exittag"> |
|---|