Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
vytis007 #1
cftextarea control?
Ok this forum is exactly what I want to try to do, but how do i do it? It will
allow me to bold and [url]http://www.cnn.com[/url]
in a text box. But I have no idea how to do this with coldfusion. It appears
to be just javascript, however is coldfusion calling this? anyone have any
ideas on how to format a cftextarea, like they are doing on this site?
vytis007 Guest
-
How to create linebreaks in cftextarea, format = flash
I'm using <cfform format="flash">, and I can't figure out how to create a linebreak in the cftextarea form control. For example, in the following... -
Can we set anchor style in cftextarea with Flashformat??
Can we set anchor style in cftextarea with Flash format?? Here is a sample source. <cfform format="flash"> <cftextarea id="txaTest"... -
Flash Form cftextarea
Getting following error ?String literal was not properly terminated? when loading a cfform flash. It?s coming from a cftextarea tag. The user is... -
Problem using CFTextArea
I am attempting to add text from a CFTextArea into an MS Access Database table field of type Memo and getting an error. The default size for a Text... -
How do I ... <cftextarea>
Try this instead, im not sure why you are getting that error. <cftextarea name='emp_about' style='font-family:Arial, Helvetica, sans-serif;... -
vytis007 #2
cftextarea control?
Ok this forum is exactly what I want to try to do, but how do i do it? It will
allow me to bold and [url]http://www.cnn.com[/url]
in a text box. But I have no idea how to do this with coldfusion. It appears
to be just javascript, however is coldfusion calling this? anyone have any
ideas on how to format a cftextarea, like they are doing on this site?
vytis007 Guest
-
Nuclear.Kitten #3
Re: cftextarea control?
You don't need to use CF to do this. You could use
[url]http://www.dynamicdrive.com/dynamicindex16/richtexteditor/index.htm[/url] or if you
really want a great app get ActivEdit from
[url]http://cfdev.comhttp://cfdev.com/activedit/[/url] :)
Nuclear.Kitten Guest



Reply With Quote

