| Subject: | CF8 Flash form and Rich text Editor Question |
|---|---|
| From: | "siriiven" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Tue, 25 Mar 2008 17:41:59 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.flash_integration |
I like the look of flash forms. I would also like to use the CF8 <cftextarea
richtext="true"> tag for a text editor. When I have the cfform set to
format="flash" the textarea box displays, but not with any toolbars. Without
format="flash" the cfform displays everything perfect. Is there a way to use
this code and make the whole text editor show in flash with the toolbars and
everything?
<cfform name="myform" height="200" width="400" format="Flash" timeout="0" >
<cflayout type="tab">
<cflayoutarea title="Entry Page">
<cftextarea name="textentry" cols="80" rows="15" html="yes"
richtext="true" visable="no"></cftextarea>
</cflayoutarea>
<cflayoutarea title="Preview">
<cfdiv bind="{textentry}">
</cflayoutarea>
</cflayout>
<cfinput type="submit" value="Save">
</cfform>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Flash forms don't show in ColdFusion 8, gauravkhanna |
|---|---|
| Next by Date: | Re: CF8 Flash form and Rich text Editor Question, Oguz.Demirkapi |
| Previous by Thread: | Flash not displayed in cf8, Fitri |
| Next by Thread: | Re: CF8 Flash form and Rich text Editor Question, Oguz.Demirkapi |
| Indexes: | [Date] [Thread] [Top] [All Lists] |