Re: Formating text within textarea
Display correction: "other HTML characters, such as '\–' (& + ndash).. > The problem seems to combining the text with HTMLEditFormat to display > the contents and other HTML characters, such as '–' in the text > that was added by the editor toolbar. How do I strip those out, > without knowing what other types may be added by the users? Ideally, > there should be a way of displaying HTML contents in a textarea to > solve my problem, or am I missing something? > > >Try chr(13) or even a combination of both > >chr(13) & chr(10) > > > >I am using a toolbar editor to save text from a textarea into a table. > When > >I display the text in the same textarea, I get chars for > paragraphs. > >Using ReReplace with chr(10) doesn't work. Could someone tell > me how > >to display new paragraphs within a textarea, please? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309139 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Formating text within textarea
The problem seems to combining the text with HTMLEditFormat to display the contents and other HTML characters, such as '–' in the text that was added by the editor toolbar. How do I strip those out, without knowing what other types may be added by the users? Ideally, there should be a way of displaying HTML contents in a textarea to solve my problem, or am I missing something? >Try chr(13) or even a combination of both >chr(13) & chr(10) > >I am using a toolbar editor to save text from a textarea into a table. When >I display the text in the same textarea, I get chars for paragraphs. >Using ReReplace with chr(10) doesn't work. Could someone tell me how >to display new paragraphs within a textarea, please? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309133 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: Formating text within textarea
Try chr(13) or even a combination of both chr(13) & chr(10) -Original Message- From: Kamru Miah [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 10:43 AM To: CF-Talk Subject: Formating text within textarea I am using a toolbar editor to save text from a textarea into a table. When I display the text in the same textarea, I get chars for paragraphs. Using ReReplace with chr(10) doesn't work. Could someone tell me how to display new paragraphs within a textarea, please? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309121 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4