|
Revision 5, 459 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/edit.cfm |
|---|
| 4 | Author : Raymond Camden |
|---|
| 5 | Created : September 17, 2004 |
|---|
| 6 | Last Updated : September 17, 2004 |
|---|
| 7 | History : |
|---|
| 8 | Purpose : SSupports Textbox |
|---|
| 9 | ---> |
|---|
| 10 | |
|---|
| 11 | <!--- Multichoice other is just a modified version ---> |
|---|
| 12 | <cfmodule template="../textbox/edit.cfm" attributeCollection="#attributes#" /> |
|---|
| 13 | |
|---|
| 14 | <cfsetting enablecfoutputonly=false> |
|---|
| 15 | |
|---|
| 16 | <cfexit method="exittag"> |
|---|