Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-23 Thread Eric Roberts
I have had issues with word and pasting, but if they use the cleaner, it works great...never had a problem with that aspect. It's a matter of training and making sure that if they do not use it, they will be in putting garbage. Explain that it is an issue with the control code that is attached

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-23 Thread Les Mizzell
Just drill it into thier heads (if I can do that with customer service people, lawyers can't be that difficult *grin*) Heh - lawyers think they're *above* everybody else though! Also, I am not sure if there is a diff witht he the version built into CF 8 and the standalone, but I was using

RE: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Rick Faircloth
Sorry, no answers, but a question... Do they refuse to use Notepad for their editor? Rick -Original Message- From: Les Mizzell [mailto:lesm...@bellsouth.net] Sent: Monday, December 22, 2008 2:18 PM To: cf-talk Subject: Rich Text Editor - what really handles cut'n paste from Word?

RE: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Dan G. Switzer, II
Les, There's one group in particular that is going to cut and paste *everything* from Word, and even with the cleanup features and stuff in FCK, this is still problematic for the client. Yea, I know, Word produces some of the gawd-awful bloated ... uhh, never mind - it's terrible. So, I'm

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Les Mizzell
Do they refuse to use Notepad for their editor? Bunch of lawyers! You gotta be kidding! Believe me, I've been around and around with them on this issue for several *years* now! We bow at the table of Microsoft and shalt use WORD and nothing but WORD for all things written ... and you're not

RE: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Robert Harrison
Word is always an issue, but if you're using a form text field, here's a couple of CF Replace functions you can run strings through deal with Word characters. I've used this for awhile and it seems to deal very reliably with the most predictable crap that comes from word. This email may mess

RE: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Robert Harrison
be . -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Monday, December 22, 2008 3:12 PM To: cf-talk Subject: RE: Rich Text Editor - what really handles cut'n paste from Word? Word is always an issue, but if you're using a form text field, here's a couple of CF Replace

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Claude Schneegans
Bunch of lawyers! Tell'm you'll sue them if they import garbage in your system! ;-) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Claude Schneegans
What do you folks have experience with that might be worth looking at? It was quite a while ago, but I found there was too many flaws the way FCK was designed. 1. FCK only had Word cleanup as an option. If the user doen't use it, you will get all the garbage anyway. 2. all other ways to import

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Claude Schneegans
And here is the second part: //clean up H tags html = html.replace( /H1([^]*)/gi, 'H1' ) ; html = html.replace( /H2([^]*)/gi, 'H2' ) ; html = html.replace( /H3([^]*)/gi, 'H3' ) ; html = html.replace( /H4([^]*)/gi, 'H4' ) ; html = html.replace( /H5([^]*)/gi, 'H5' ) ;

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Azadi Saryev
i use TinyMCE, and it handles pasting from Word very well - one just has to use the Paste from Word button, iirc... it quiet easy to set up and is highly customisable/configurable. http://tinymce.moxiecode.com/ Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Les Mizzell wrote: Looking

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Claude Schneegans
one just has to use the Paste from Word button That's the trouble: nobody uses this button ;-) Users use cut'n paste, drag'n drop, whatever they can, except this strange button they don't know about. ~| Adobe® ColdFusion® 8

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Azadi Saryev
iirc, you can customise TinyMCE in such a way that the Word cleanup is run automatiaclly on Ctrl+V and Paste button click... it's just that i have set it up such a long time ago that i can't recall the exact setting i used - i never had to change them since... Azadi Saryev Sabai-dee.com

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Les Mizzell
Azadi Saryev wrote: i use TinyMCE, and it handles pasting from Word very well I started the site in question with TinyMCE, and then moved to FCKedit upon client request. This is a hard to please client - so nothing short of Microsoft releasing a inline web version of Word (gawd forbid!) is

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Dave Watts
They develop their docs in Word, and they darned well better look EXACTLY LIKE IT DID IN WORD after they cut'n paste into their web pages - withoug them having to do any additionaly work. Maybe you should consider another approach. If someone needs exact layout of desktop documents, that's

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Jochem van Dieten
On Mon, Dec 22, 2008 at 8:18 PM, Les Mizzell wrote: There's one group in particular that is going to cut and paste *everything* from Word, and even with the cleanup features and stuff in FCK, this is still problematic for the client. Yea, I know, Word produces some of the gawd-awful bloated

Re: Rich Text Editor - what really handles cut'n paste from Word?

2008-12-22 Thread Mike Kear
You can completely customise the toolbars on FCKEditor. You can replace the generic pastefunction with Paste from word so if they always just paste, they'll get paste from wordanyway.Or you could change the buttons used so the paste from wordbutton has the generic pastebutton instead. And

RE: Rich Text Editor

2003-03-04 Thread Tangorre, Michael
does it need to be cross browser compatible? -Original Message- From: Scott Wilhelm [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 9:06 AM To: CF-Talk Subject: Rich Text Editor Does anyone know of any free rich text editors to build into a CMS (like a WYSIWYG)? Thanks,

Re: Rich Text Editor

2003-03-04 Thread Randell B Adkins
SoEditor Lite by Site Objects is one as well as ActivEdit by CF-Dev.com [EMAIL PROTECTED] 03/04/03 09:06AM Does anyone know of any free rich text editors to build into a CMS (like a WYSIWYG)? Thanks, Scott Scott Wilhelm Computer Technician/Web Developer http://www.sllboces.org

RE: Rich Text Editor

2003-03-04 Thread Hugo Ahlenius
I have built soEditor into a CMS, seems to be working ok. The crypted lite version is free of charge. I am moving towards XHTML, though, and I haven't tested it with that (I'd doubt that I would get xhtml compliant code from it... ?). /H.

RE: Rich Text Editor

2003-03-04 Thread Scott Wilhelm
Nope...IE only -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 9:08 AM To: CF-Talk Subject: RE: Rich Text Editor does it need to be cross browser compatible? -Original Message- From: Scott Wilhelm [mailto:[EMAIL

Re: Rich Text Editor

2003-03-04 Thread Stephen Moretti
http://www.siteobjects.com/ soEditor is one of the best out there, particularly given that there is a free version. Does anyone know of any free rich text editors to build into a CMS (like a WYSIWYG)? Thanks, Scott ~|

Re: Rich Text Editor

2003-03-04 Thread Taz
Does anyone know of any free rich text editors to build into a CMS (like a WYSIWYG)? SoEditor from siteobjects.com Taz ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Rich Text Editor

2003-03-04 Thread Mark Stephenson - Evolution Internet
siteobjects.com its great Mark Stephenson New Media Director Evolution Internet T: 0870 757 1631 F: 0870 757 1632 W: www.evolutioninternet.co.uk E: [EMAIL PROTECTED] WARNING: --- The information contained in this document and attachments is confidential and intended

RE: Rich Text Editor

2003-03-04 Thread Luis Lebron
There are two that I know of: Htmlareahttp://www.interactivetools.com RTE http://richtext.sourceforge.net They are both free and well supported (via a discussion forum) Luis -Original Message- From: Scott Wilhelm [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04,

RE: Rich Text Editor

2003-03-04 Thread James Alexander
soEditor 2.6 (to be released April 1st) will generate well formatted XHTML compliant code. Not to mention we will be introducing a new content sweeper framework that allows developers to plug-in there own sweepers if they don't like ours. Developers will also be able to have the sweepers ran when

RE: Rich Text Editor

2003-03-04 Thread Mike Sprague
: Tangorre, Michael [mailto:[EMAIL PROTECTED] | Sent: Tuesday, March 04, 2003 9:08 AM | To: CF-Talk | Subject: RE: Rich Text Editor | | | does it need to be cross browser compatible? | | | -Original Message- | From: Scott Wilhelm [mailto:[EMAIL PROTECTED] | Sent: Tuesday, March 04, 2003 9:06 AM

Re: Rich Text Editor

2003-03-04 Thread Ewok
http://www.interactivetools.com/products/htmlarea/ free and open source :) - Original Message - From: Taz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 9:13 AM Subject: Re: Rich Text Editor Does anyone know of any free rich text editors to build

RE: Rich Text Editor

2003-03-04 Thread Robert Bailey
Damn that is a nice one, and free. Going to have to play with that when I get some time Thanks! Robert Bailey Famous for nothing -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 9:43 AM To: CF-Talk Subject: Re: Rich Text Editor http

RE: Rich Text Editor

2003-03-04 Thread Scott Wilhelm
PROTECTED] Sent: Tuesday, March 04, 2003 9:43 AM To: CF-Talk Subject: Re: Rich Text Editor http://www.interactivetools.com/products/htmlarea/ free and open source :) - Original Message - From: Taz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 9

RE: Rich Text Editor

2003-03-04 Thread Candace Cottrell
Massimo had a free XHTML editor DWMX extension. However I think it's been updated and included in one of the devnet kits. The free one worked for my purposes. I'm not sure if it's still out on the DW Exchange, but it's worth a try. Candace K. Cottrell, Web Developer The Children's Medical

RE: Rich Text Editor

2003-03-04 Thread Joshua Miller
] * -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 9:31 AM To: CF-Talk Subject: RE: Rich Text Editor Damn that is a nice one, and free. Going to have to play with that when I get some time Thanks

RE: Rich Text Editor

2003-03-04 Thread Matt Robertson
Joshua wrote: ActivEdit is pretty solid from what I've seen/heard: www.cfdev.com Its solid as a rock. You can get it installed in about 30 seconds. Well worth the purchase price, and the v3.0 features are all winners. Matt Robertson [EMAIL

Re: Rich Text Editor

2003-03-04 Thread Massimo, Tiziana e Federica
Candace Cottrell [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Massimo had a free XHTML editor DWMX extension. However I think it's been updated and included in one of the devnet kits. The free one worked for my purposes. I'm not sure if it's still out on the DW Exchange, but it's

Re: Rich Text Editor

2003-03-04 Thread Ewok
hmm, i had no problemswhat was yours? - Original Message - From: Scott Wilhelm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 9:47 AM Subject: RE: Rich Text Editor I had a tough time getting that to work last night. I took their exact code