Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
bforce #1
formatting textarea data
Can anyone tell me how to format textarea data before inserting it into a
SQL database so that the text retains its format when output. (ie...
Carriage returns) If someone enters 3 paragraghs into a textarea I want to
output that data as 3 paragraghs, not 1 data chunk. Thanks.
bforce Guest
-
TextArea and large data set
I created a TextArea, and inserted about 250KB of text. However, when I add the TextArea to a Canvas, it takes a very long time for the TextArea to... -
Loading and Formatting Text into the TextArea Component
I used this very simple tutorial http://www.scottmanning.com/archives/000680.php I saved my text in unicode8 UTF I removed the button from... -
Textarea & formatting question
I have a text area I have set up that reads a file just fine. What I'm wondering is, is there a way to add formatting to the text file that can be... -
Textarea Formatting with Binding
I currently have an XMLConnector that works correctly. It populates a combo box and the combo box selection puts the detail in the textarea. ... -
textArea formatting
I am using a php html form with data which is loaded from a mysql database. Three of the fields are textareas. The data loads into these fields... -
bforce #2
Re: formatting textarea data
I have found a custom tag that takes care of my problem. It is at
[url]http://www.systemanage.com/cff/cf_textareaformat.cfm[/url]. It is very simple to
use.
"bforce" <bforce@poultryegg.org> wrote in message
news:cuvmsi$5js$1@forums.macromedia.com...> Can anyone tell me how to format textarea data before inserting it into a
> SQL database so that the text retains its format when output. (ie...
> Carriage returns) If someone enters 3 paragraghs into a textarea I want to
> output that data as 3 paragraghs, not 1 data chunk. Thanks.
>
bforce Guest



Reply With Quote

