Skip to main content
Inspiring
June 9, 2009
Question

For <cftextarea richtext=”true” …> , how data saved in database or get emailed (what format? with tags?) ?

  • June 9, 2009
  • 1 reply
  • 2354 views

1. For <cftextarea richtext=”true” …> , how data saved in database or get emailed (what format? with tags?) ?  supported PRIOR  CF8 ?

2. The <cfinput type=”datefield” …> supported PRIOR CF8 ? To run european time/date or popup with additionally and time [18:00] what to use ?

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    July 28, 2009

    The richtext attribute didn't exist before CF8. There is no equivalent to it in prior Coldfusion versions. I think you should, if needed, include HTML presentation and formatting tags, like <pre>, <br>, and so on, in the text before you save it or send it as mail.

    <cfinput type="datefield"> exists in Coldfusion MX7. You can use the mask attribute to render the date in European format.

    lse987Author
    Inspiring
    July 29, 2009

    For <cftextarea richtext=”true” …>, how data saved in database or get emailed (what format? with tags?) if for example have choosen

    BOLD, ITALIC, RED COLOR FOR ALL TEXT ? <B><I>...</B></I> ALSO SAVED OR EMAILED OR ONLY PLAIN-TEXT GET EMAIL/SAVE-DB ?

    BKBK
    Community Expert
    Community Expert
    August 15, 2009

    You've lost me. What is your last post about?

    You asked earlier if <cftextarea richtext="true"> is supported in versions of Coldfusion prior to 8. The answer is no.