Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
siriiven #1
CF8 Flash form and Rich text Editor Question
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>
siriiven Guest
-
Rich Text Editor
Hi! I know that exists many rich text editor on internet. But i want lear how to do it. I learn to do, but i?m not getting to aply the bold... -
superscript in Rich text Editor
Help!!!:brokenheart; Is there a way to add superscript/subscript in rich text editor? Current editor does not support this. Can any one give me... -
Rich Text Editor in DW ?
Looking for a way to edit a MySQL db text field as RTF...is there an RTE extension / add in / whatever that will allow me to do that ? Thanks, Nick -
CF7 Rich Text Form Question
I was VERY excited about the Flash Form controls, but after downloading & installing CF7 on my PC I was surprised to see how long it tkes to load a... -
Rich Text Editor with POST?
I just downloaded the cross-browser rich text editor from Kevin Roth. http://www.kevinroth.com/rte/demo.htm Sample fo the html code: <!--... -
-
-
Oguz.Demirkapi #4
Re: CF8 Flash form and Rich text Editor Question
CF8 rich text editor is based on FCKEditor(fckeditor.net) and it can not work
on a Flash forms.
You can check this post for an alternative.
[url]http://cfsilence.com/blog/client/index.cfm/2006/10/4/Flex-Rich-Text-Editor-For-U[/url]
se-In-An-HTML-Form
Oguz.Demirkapi Guest



Reply With Quote

