Re: Fckeditor Security Issues

2011-12-03 Thread Dean Lawrence
Terry, It is a very easy fix. All you need to do is to add an additional argument to the JVM settings in you CF Admin. Here is a blog post which explains it. http://www.petefreitag.com/item/718.cfm On Sat, Dec 3, 2011 at 9:16 PM, Terry Troxel wrote: > > Ok, so that's handled. Why will my stand

RE: Fckeditor Security Issues

2011-12-03 Thread Terry Troxel
Ok, so that's handled. Why will my standalone still giving me the xml error? Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://

Re: Fckeditor Security Issues

2011-12-03 Thread Russ Michaels
built-in Version?" > > > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: Saturday, December 03, 2011 4:08 PM > To: cf-talk > Subject: Re: Fckeditor Security Issues > >

RE: Fckeditor Security Issues

2011-12-03 Thread Terry Troxel
uage means "Can you help me disable the built-in Version?" -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Saturday, December 03, 2011 4:08 PM To: cf-talk Subject: Re: Fckeditor Security Issues by only disabling the built in version and not the stand

Re: Fckeditor Security Issues

2011-12-03 Thread Russ Michaels
sure the built-in version not the standalone is disabled. > Terry > > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: Saturday, December 03, 2011 2:29 PM > To: cf-talk > Subject: Re: Fckeditor Security Issues > > > A coldfusion patc

RE: Fckeditor Security Issues

2011-12-03 Thread Terry Troxel
, December 03, 2011 2:29 PM To: cf-talk Subject: Re: Fckeditor Security Issues A coldfusion patch or update only makes changes to coldfusion and the cfadmin, it doesn't touch your website files, so if your fckeditor is breaking after and update then you must still be using the cf built in one or the

Re: Fckeditor Security Issues

2011-12-03 Thread Russ Michaels
A coldfusion patch or update only makes changes to coldfusion and the cfadmin, it doesn't touch your website files, so if your fckeditor is breaking after and update then you must still be using the cf built in one or the error is related to CF and not to fckeditor. On Sat, Dec 3, 2011 at 5:03 PM

RE: Fckeditor Security Issues

2011-12-03 Thread Terry Troxel
Russ, I am using the standalone editor and have been since the first attacks over a year ago, but the last couple of Coldfusion security patches have made the image browser inoperable in the standalone as well. I have file and image uploading disabled and allow users to only see the image folder

Re: Fckeditor Security Issues

2011-12-03 Thread Russ Michaels
see this article for options. http://www.michaels.me.uk/post.cfm/fckeditor-security-threat-in-coldfusion-8 if you want more control then you will need to install a standalone copy of fckeditor within your site and not use the one built into CF Russ On Sat, Dec 3, 2011 at 12:05 PM, Terry Troxel

RE: Fckeditor Security Issues

2011-12-03 Thread Terry Troxel
Russ, Thank you for your reply, but you missed my point. I am looking for any Secure methods of locking down My (F)ckeditor's File Browser as I stated I am not A security expert nor do I know how to program in Java. I do not know how to re-enable the file browser and Lock it down. I just thought

Re: Fckeditor Security Issues

2011-12-03 Thread Russ Michaels
the version of Fckeditor that comes with CF is not the most current CK editor and does not include the ckfinder, it just has a basic file browser, so if you want a file manager then you would have to pay for it anyway. you are of course free to download and install the full version of CKEDITOR to

Re: FCKEditor.. XML Request error: Access denied (403)

2011-11-08 Thread Pete Freitag
This is disabled by default, you need to enable it via a Java System Property, see details here: http://www.petefreitag.com/item/718.cfm -- Pete Freitag - Adobe Community Professional http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog http://hackmycf.com - Is

RE: fckEditor and Coldfusion tags

2010-10-21 Thread Russ Michaels
...@gmail.com] Sent: 21 October 2010 06:34 To: cf-talk Subject: Re: fckEditor and Coldfusion tags > The only way to do it would be to write the code into a file, then CFINCLUDE it, kind of cumbersome, Not quite the only way. 1. Write the code in the editor ... as if it were a code editor :-| 2. St

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Matt Robertson
> The only way to do it would be to write the code into a file, then CFINCLUDE > it, kind of cumbersome, Not quite the only way. 1. Write the code in the editor ... as if it were a code editor :-| 2. Store the form field data using the gymnastics described earlier. 3. Publish the data as a disc

Re: Fckeditor html vs xhtml

2010-10-20 Thread Mike Kear
Yes. Upgrade to the latest version of FCKEditor, or even to the new CKEditor. IF you are using the built-in editor in CF8, you will find there's a FCKEditor folder in the forms files (in CF9 it's at \CFIDE\scripts\ajax\FCKeditor and from memory I think that's where it is in CF8 too). You

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Mike Kear
I get round this issue in my CMS by having a "fileName" field. For security reasons, this field only appears in forms offered to validated users who have permission to upload such files. (not many!).They can upload the file, using the uploader on the 'content' page, then instead of putting

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Torrent Girl
I spoke too soonit's not working >hmmm...maybe I'll add the function before i enter the text into the DB ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Torrent Girl
hmmm...maybe I'll add the function before i enter the text into the DB > This function is working for me. > > output=true> required="true"/> > > > ", ">", "all")#> > > > > The content is displaying correctly. > > Now I have to ad

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Torrent Girl
This function is working for me. ", ">", "all")#> The content is displaying correctly. Now I have to add it to my dynamically retrieved language translations :0 ~| Ord

RE: fckEditor and Coldfusion tags

2010-10-20 Thread andy matthews
ColdFusion has a function called Evaluate. One way to run this code would be to pass the contents of your dbField into the function. The problem is that if it contained anything OTHER than CF code it would probably die. Another option might be for the user to input their code, then you save it ou

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Claude Schnéegans
>>Just forms and cfoutput tags are really going to be the only code in the CMS. Even so, you cannot have a CFML template create CFML code and expect it to be executed. The only way to do it would be to write the code into a file, then CFINCLUDE it, kind of cumbersome, especially in a multiuser

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Torrent Girl
Developers will write it. Its in a "protected" CMS. Just forms and cfoutput tags are really going to be the only code in the CMS. We just want to have a completely dynamic site. I found this snippet: ", "all")#> at the following url http:

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Kym Kovan
On 21/10/2010 11:26, Torrent Girl wrote: > > Please tell me this can be done :0 yes, indirectly. The editor will by default change any < or > to their equivalents <: and > One has to ask who is going to write this code? It is the world's second biggest security issue letting code be created

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Torrent Girl
Please tell me this can be done :0 >Are you trying to retrieve coldFusion code from a database and then execute it? > >-- >-...@robertson-- >Janitor, The Robertson Team >mysecretbase.com ~| Order the Adobe Coldfusion Antholog

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Torrent Girl
yep. >Are you trying to retrieve coldFusion code from a database and then execute it? > >-- >-...@robertson-- >Janitor, The Robertson Team >mysecretbase.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.c

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Matt Robertson
Are you trying to retrieve coldFusion code from a database and then execute it? -- -...@robertson-- Janitor, The Robertson Team mysecretbase.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusio

Re: fckeditor and FW/1

2010-06-10 Thread AJ Mercer
This is a neat addon for FireFox https://addons.mozilla.org/en-US/firefox/addon/2691/ On 11 June 2010 02:01, Dave Watts wrote: > > > Has anyone successfully used fckeditor and FW/1? Specifically the image > uploader. > > > > I have a working version on my server in a Non-FW/1 site and it w

Re: fckeditor and FW/1

2010-06-10 Thread Dave Watts
> Has anyone successfully used fckeditor and FW/1? Specifically the image > uploader. > > I have a working version on my server in a Non-FW/1 site and it works great. > I've copied over to my FW/1 sites and I'm getting the > following error: > > "The server didn't reply with a proper XML data. P

Re: fckeditor and FW/1

2010-06-09 Thread Sean Corfield
On Wed, Jun 9, 2010 at 8:39 PM, Glenn Hartong wrote: > Has anyone successfully used fckeditor and FW/1? Specifically the image > uploader. > > I have a working version on my server in a Non-FW/1 site and it works great. > I've copied over to my FW/1 sites and I'm getting the following error: >

Re: fckeditor and FW/1

2010-06-09 Thread Matt Quackenbush
I'm going to guess that you'll probably get a better and/or quicker answer on the FW/1 list. :-) http://groups.google.com/group/framework-one ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-

Re: FCKEditor question

2010-04-26 Thread Gerald Guido
One other thing, I was able to get CKEditor to work using on CF 9 and it responded to the required and maxlength attributes which was rather nice. G! On Mon, Apr 26, 2010 at 3:00 PM, denstar wrote: > > Using a FCKEditor plugin is probably going to be "best". > > I wrote one, a long time ago,

RE: FCKEditor question

2010-04-26 Thread Stephens, Larry V
Thanks to both of you. I'll explore that. -Original Message- From: denstar [mailto:valliants...@gmail.com] Sent: Monday, April 26, 2010 3:01 PM To: cf-talk Subject: Re: FCKEditor question Using a FCKEditor plugin is probably going to be "best". I wrote one, a long

Re: FCKEditor question

2010-04-26 Thread denstar
Using a FCKEditor plugin is probably going to be "best". I wrote one, a long time ago, in a galaxy far far away, that was pretty freaking fancy. Can't remember what version it worked for tho, and things have changed a lot since then. You can also try using the custom hooks that FCKEditor comes

Re: FCKEditor question

2010-04-26 Thread Gerald Guido
I would try using the new version of CK editor and not use the richtext="true" attribute. IIRC the older versions of FCK editor used an iframe. I am not sure if the version of CF you are using does the same thing. The new version of CK editor is less obtrusive and uses a plain text area field like

Re: FCKEditor config file

2010-01-21 Thread Mike Kear
In that case you need to set the value of fckEditor.value = "#resultOfButtonClick#"; to the result you want in the editor. That has to happen before you create the editor which is the last step at fckEditor.create(); Does that make sense? Cheers Mike Kear Windsor, NSW, Australia Adobe Certi

Re: FCKEditor config file

2010-01-21 Thread Kim Hoopingarner
OK - stumped again. I need to move a value into the editor when a button is clicked. I retrieve that value from the database - and then set the editor equal. But it keeps returning blank - and I know a value is being returned from the cfinvoke. I've tried this... fo

Re: FCKEditor config file

2010-01-21 Thread Kim Hoopingarner
I got it to work by doing this. :) YE! Thank you for getting me on the right track! fckEditor = createObject( "component", "/CFIDE/scripts/ajax/FCKEditor/fckeditor" ); fckEditor.Config["CustomConfigurationsPath"] = "#session.root#/js/FCKEditor_configCMS.js"; fckEditor.instanceName = "int

Re: FCKEditor config file

2010-01-21 Thread Mike Kear
OH yea sorry. In that site, I instantiate all CFCs with a gizmo called a bean factory.I should have changed it to the more regular syntax you use to instantiate cfcs: fckeditor = createobject("component","forms.fckeditor.fckeditor"); This assumes that you have a file called fckeditor.cfc s

Re: FCKEditor config file

2010-01-21 Thread Kim Hoopingarner
I get this error:Element BEANFACTORY is undefined in a Java object of type class. I'm sure this is something simple to fix? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fus

Re: FCKEditor config file

2010-01-21 Thread Kim Hoopingarner
Thank you! Giving it a try now. I knew someone would have an answer. :) ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusio

Re: FCKEditor config file

2010-01-21 Thread Mike Kear
Yes you can have an external config file, unique to your own situation OUTSIDE the FCEditor folder. The usual reason he wouldnt want to touch the config file is because when there's a new version, he'll have to tweak it all over again. They have a way around that. In addition to the config fi

Re: FCKeditor not retaining format when used in CF CMS

2009-03-05 Thread Tom McNeer
> > Am using the SAVA cms and they did modify the fckeditor.js > Need to be able to retain formatting in form... looking into to options. Sava does not, in my experience, strip HTML. While they may have modified the config, they wouldn't have made it impossible to pass HTML formatting, since tha

RE: FCKeditor not retaining format when used in CF CMS

2009-03-05 Thread cfcom
Tom - Am using the SAVA cms and they did modify the fckeditor.js Need to be able to retain formatting in form... looking into to options. -Original Message- From: Tom McNeer [mailto:tmcn...@gmail.com] Sent: 2009-03-05 09:19 To: cf-talk Subject: Re: FCKeditor not retaining format when

Re: FCKeditor not retaining format when used in CF CMS

2009-03-05 Thread Tom McNeer
On Wed, Mar 4, 2009 at 5:49 PM, cfcom wrote: > > Does anyone know > how to configure the FCKconfig.js to correct this issue? It's very doubtful that the FCKconfig.js has anything to do with this, unless the builder of your CMS modified it hugely. I've used FCKEditor in a number of CF applicati

Re: FCKEditor default image folder

2009-02-09 Thread Tony Bentley
Only if you have access to the source files. I suggest that you learn to install FCKeditor into a directory and configure it with the image plugin. It rocks and you can customize it to your heart's content. I used it for a while and then realized it was limited to such things as placing the e

RE: FCKeditor

2008-08-11 Thread William Seiter
cheers ::-Original Message- ::From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ::Sent: Monday, August 11, 2008 10:33 AM ::To: CF-Talk ::Subject: RE: FCKeditor :: ::I readded this virtual directory and this time it works. Thanks for the ::help. :: :: ::-Original Message- ::From

RE: FCKeditor

2008-08-11 Thread webmaster
I readded this virtual directory and this time it works. Thanks for the help. -Original Message- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2008 12:03 PM To: CF-Talk Subject: RE: FCKeditor If you were to use a mailto:[EMAIL PROTECTED] ::Sent: Monday, August

RE: FCKeditor

2008-08-11 Thread webmaster
-Talk Subject: RE: FCKeditor If you were to use a mailto:[EMAIL PROTECTED] ::Sent: Monday, August 11, 2008 8:58 AM ::To: CF-Talk ::Subject: FCKeditor :: ::Here is my code yet the editor does not seem to work correctly. No ::toolbar is visible etc. :: :: :: :: :: ::#Comments# :: :: :: :: :: ::Any

RE: FCKeditor

2008-08-11 Thread William Seiter
If you were to use a mailto:[EMAIL PROTECTED] ::Sent: Monday, August 11, 2008 8:58 AM ::To: CF-Talk ::Subject: FCKeditor :: ::Here is my code yet the editor does not seem to work correctly. No ::toolbar is visible etc. :: :: :: :: :: ::#Comments# :: :: :: :: :: ::Any ideas where I should start to l

Re: FCKEditor and IE7

2008-05-20 Thread Claude Schneegans
>>Claude do you have any idea of the settings needed? On that particular case, no. I do not use FCKEditor, having my own system. I was just seing some similarity with an issue I worked on a couple of months ago. I this case, the problem was with special effect filters inactive because of some A

Re: FCKEditor and IE7

2008-05-19 Thread Don L
>Just an FYI in case many of you didn't know, but ActivEdit, the "other" >WYSIWYG editor for web pages, is now open source and available for download >at the creator's website: http://www.zrinity.com/activedit > >Just an alternative solution for those who haven't invested a lot of time >into FCKEdi

Re: FCKEditor and IE7

2008-05-19 Thread Kay Smoljak
Hey Mike, On Mon, May 19, 2008 at 11:07 PM, Mike Kear <[EMAIL PROTECTED]> wrote: > I Look at the pages myself, and with Firefox and IE6 everything's > working fine. But with IE7 the page just shows the blank space > where FCKEditor must go. This is probably not much help, but IE7 is far more s

Re: FCKEditor and IE7

2008-05-19 Thread Mike Kear
Claude do you have any idea of the settings needed? Perhaps i can give my clients a how-to document that will let them set up their IE so they can continue to use their CMS with IE7 as they have for teh last year Cheers Mike Kear On Tue, May 20, 2008 at 7:19 AM, Claude Schneegans <[EMAIL PR

Re: FCKEditor and IE7

2008-05-19 Thread Claude Schneegans
>>However, as far as browser compatibility. I think FCKEditor has some room for improvement. With IE, there are so many options the user can deactivate that it is not easy for the Javascript developer. There are for instance several security checks that locks ActiveX, even internal activeX mod

Re: FCKEditor and IE7

2008-05-19 Thread Gerald Guido
Nice, thanx for the 411. G On Mon, May 19, 2008 at 2:39 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > Just an FYI in case many of you didn't know, but ActivEdit, the "other" > WYSIWYG editor for web pages, is now open source and available for download > at the creator's website: http://www.zri

RE: FCKEditor and IE7

2008-05-19 Thread Erika L. Walker
Just an FYI in case many of you didn't know, but ActivEdit, the "other" WYSIWYG editor for web pages, is now open source and available for download at the creator's website: http://www.zrinity.com/activedit Just an alternative solution for those who haven't invested a lot of time into FCKEditor.

Re: FCKEditor and IE7

2008-05-19 Thread Mike Kear
because it is configured for "their" > environment specifically. > > We have tried copying their exact implementation and had it work > differently on whatever server we installed it on. > > > > -Original Message- > From: Mike Kear [mailto:[EMAIL PROTECTED] &

RE: FCKEditor and IE7

2008-05-19 Thread Matthew Sievert
te" works because it is configured for "their" environment specifically. We have tried copying their exact implementation and had it work differently on whatever server we installed it on. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Monday, May

Re: FCKEditor and IE7

2008-05-19 Thread Azadi Saryev
you don't have any silly code like cfform inside a table on you page, do you? that tends to often break things... also check your doctype declaration: the way IE7 renders pages differs depending on what you have in the doctype, though i forget specifics of this... Azadi Saryev Sabai-dee.com http:/

Re: FCKEditor and IE7

2008-05-19 Thread Mike Kear
Thanks Matthew - but i've had it running reliably on IE6 and Firefox for ages . It's just now, on IE7 thats the problem. Have you ever managed to make it work wtih IE7? I notice by the way that when i go to the FCKEditor site, the demos there work on IE7, so i do konw it's possible to make it

RE: FCKEditor and IE7

2008-05-19 Thread Matthew Sievert
My personal opinion I have fiddled with FCKEditor for several years. It is a nice interface, and provides the users with a nice toolset. However, as far as browser compatibility. I think FCKEditor has some room for improvement. Be it the image uploader, or like you have pointed out, it simply

Re: FCKeditor

2008-03-31 Thread Mike Kear
Point of clarification .. normally in a default ilnstallation of fckeditor, the file you want is in the 'editor' folder. Also you didnt say, and I assumed you're not using CF8. If you have ColdFusion 8 FCKEditor is part of the core code and you can use a CF tag to use it if you want (it's got

Re: FCKeditor

2008-03-31 Thread Mike Kear
Yes. The "editorbasepath" parameter is pointing to the wrong place. It should point to the location of a file called fckkeditor.html. in a default installation its in the same folder as the editor I normally have mine installed in a folder called fckeditor, which is located at /cfforms/scripts/

Re: FCKeditor

2008-03-31 Thread Cutter (CFRelated)
Absolute pathing issue, guaranteed Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Rob Parkhill wrote: > Good afternoon (or morning, or night), > > I have installed FCKeditor on my

RE: fckeditor

2008-03-20 Thread Rick Faircloth
Check out the instructions on this blog. http://www.rakshith.net/blog/?p=41 Pay close attention to some of the comments. You're going to have to make some additional modifications to some of the files mentioned that are not in the first five steps if you are using a wwwroot other than the default

Re: FckEditor kills FF2's built-in speller

2008-02-24 Thread Don L
Hi Roger, Thank you for the idea. I tried it from FF2 on a laptop with same result, that is, the built-in spell checker was disabled by FckEditor. My attempt of commenting out the block of code about speller and added the following line: FCKConfig.FirefoxSpellChecker = true; with the fckconfig

Re: FckEditor kills FF2's built-in speller

2008-02-23 Thread Roger B.
Don: Just a suggestion... instead of hunting around for another box, just unzip Portable Firefox into a folder on your desktop and use that. -- Roger Benningfield ~| Adobe® ColdFusion® 8 software 8 is the most important and drama

Re: FckEditor kills FF2's built-in speller

2008-02-23 Thread Don L
Good thought, cleared FF2 cache still to no avail. Will find another box that has FF2 to try again. Thanks. >Have you cleared your browsers cache? Any changes to the FCKEditor config >file require browswer cache flush to take effect... > >Dominic > >-- >Blog it up: http://fusion.dominicwatson.

Re: FckEditor kills FF2's built-in speller

2008-02-22 Thread Dominic Watson
Have you cleared your browsers cache? Any changes to the FCKEditor config file require browswer cache flush to take effect... Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~| Adobe® ColdFusion® 8 software 8 is the m

Re: FckEditor kills FF2's built-in speller

2008-02-22 Thread Don L
>Looks like there's an option, FCKConfig.FirefoxSpellChecker, in the >fckconfig.js file that *should* control that. Hmm, no luck for me, searched for it with fckconfig.js to no avail (the editor came with CF8 standard), commented out the following block for default IE speller /* FCKConfig.SpellC

Re: FckEditor kills FF2's built-in speller

2008-02-22 Thread morgan l
Looks like there's an option, FCKConfig.FirefoxSpellChecker, in the fckconfig.js file that *should* control that. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad

Re: FCKEditor Surrounding CFQUERY with tags

2008-02-09 Thread s. isaac dealey
// You want it to match what? everything from the opening < on the opening cfquery tag to the closing > on the closing cfquery tag? I'd probably go with: /]*>.*?/gi -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 503.236.3691 http://onTap.riaforge.org/blog

Re: FCKEditor Surrounding CFQUERY with tags

2008-02-09 Thread Philip Hayes
Disregard the initial question. The solution to protect CF tags and prevent them from being modified is to use: FCKConfig.ProtectedSource.Add( //gi ) ; // ColdFusion cf tags - OPEN. FCKConfig.ProtectedSource.Add( /<\/cf[\s\S]*?>/gi ) ; // ColdFusion cf tags - CLOSE. Now the problem is to

Re: FCKEditor Integration with CF8 for cftextarea use

2007-12-28 Thread Casey Dougall
On 12/27/07, Claude Schneegans <[EMAIL PROTECTED]> wrote: > > >>wow, sure you have a memory recorder > > He deserves no credit, I'm pretty sure he got this from a book ;-) And... Is it Cold Fusion 1.x or ColdFusion 1.x :-) ~|

Re: FCKEditor Integration with CF8 for cftextarea use

2007-12-27 Thread Claude Schneegans
>>wow, sure you have a memory recorder He deserves no credit, I'm pretty sure he got this from a book ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]

Re: FCKEditor Integration with CF8 for cftextarea use

2007-12-27 Thread Don L
>Actually, DBML was used in Cold Fusion 1.x only. It became CFML in Cold >Fusion 2, at the same time that CGI was replaced as the default interface in >favor of WSAPI and then NSAPI (ISAPI came much later). > >And here's a fun fact for you. The old DBML syntax was supported for many >more versions,

RE: FCKEditor Integration with CF8 for cftextarea use

2007-12-27 Thread Rick Faircloth
No problem, Will! I enjoy the banter! Bring it on! :o) Rick > -Original Message- > From: Will Tomlinson [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 27, 2007 6:10 PM > To: CF-Talk > Subject: Re: FCKEditor Integration with CF8 for cftextarea use >

Re: FCKEditor Integration with CF8 for cftextarea use

2007-12-27 Thread Claude Schneegans
>>Actually, DBML was used in Cold Fusion 1.x only. and I remember the docs. T'was just an MSWord document! ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL

Re: FCKEditor Integration with CF8 for cftextarea use

2007-12-27 Thread Will Tomlinson
>Hardee har har... > >Man... you're a funny guy, Will! You should quit >your day job! > Easy Tex! I'm just pickin' on ya. Heck, I gotta dish some of what I take back out to someone else every now and then. :) Will ~| Adobe®

RE: FCKEditor Integration with CF8 for cftextarea use

2007-12-27 Thread Ben Forta
sions, including the tag. ;-) --- Ben -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 5:51 PM To: CF-Talk Subject: RE: FCKEditor Integration with CF8 for cftextarea use > I'm afraid that one went right over my head... "DBML&quo

RE: FCKEditor Integration with CF8 for cftextarea use

2007-12-27 Thread Rick Faircloth
Hardee har har... Man... you're a funny guy, Will! You should quit your day job! Rick > > >I'm afraid that one went right over my head... "DBML"??? > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and drama

RE: FCKEditor Integration with CF8 for cftextarea use

2007-12-27 Thread Dave Watts
> I'm afraid that one went right over my head... "DBML"??? Until CF 3, if I recall correctly, what we now call CFML was called Database Markup Language, or DBML. CFQUERY was DBQUERY, CFINCLUDE was DBINCLUDE, etc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provid

Re: FCKEditor Integration with CF8 for cftextarea use

2007-12-27 Thread Will Tomlinson
>I'm afraid that one went right over my head... "DBML"??? > > >> http://www.alagad.com/go/blog-entry/the-greatest-version-of-coldfusion ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get t

RE: FCKEditor Integration with CF8 for cftextarea use

2007-12-27 Thread Rick Faircloth
I'm afraid that one went right over my head... "DBML"??? > -Original Message- > From: Will Tomlinson [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 27, 2007 3:07 PM > To: CF-Talk > Subject: Re: FCKEditor Integration with CF8 for cftextarea use > &g

Re: FCKEditor Integration with CF8 for cftextarea use

2007-12-27 Thread Will Tomlinson
>(Actually, I got it working fine... since FCKEditor isn't running >under the root folder of my app on either my dev pc or my vsp, I needed >to provide the local path to the folder that would contain images.) At first I thought maybe it was the move from DBML to CFML causing your problems. :)

RE: FCKEditor Integration with CF8 for cftextarea use

2007-12-26 Thread Rick Faircloth
is solved, the rest should be simple. It seems like the FCKEditor implementation didn't get much thought or user testing. Rick > -Original Message- > From: Casey Dougall [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 26, 2007 9:15 PM > To: CF-Talk > Subject

Re: FCKEditor Integration with CF8 for cftextarea use

2007-12-26 Thread Casey Dougall
On 12/26/07, C. Hatton Humphrey <[EMAIL PROTECTED]> wrote: > > > Any more problems, however, I will probably give Rick's CFFM with > TinyMCE a try. > > I ended up doing that > > Hatton Rick. I wouldn't give up... "wwwrootImages" would mean you are missing a slash somewhere. Seriously, Adobe shou

Re: FCKEditor Integration with CF8 for cftextarea use

2007-12-26 Thread C. Hatton Humphrey
> Any more problems, however, I will probably give Rick's CFFM with TinyMCE a > try. I ended up doing that Hatton ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://

RE: FCKEditor Integration with CF8 for cftextarea use

2007-12-26 Thread Rick Faircloth
e problems, however, I will probably give Rick's CFFM with TinyMCE a try. Hope you're enjoying the holidays! Rick > -Original Message- > From: Will Tomlinson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 26, 2007 5:16 PM > To: CF-Talk > Subject: Re: FCKEditor

Re: FCKEditor Integration with CF8 for cftextarea use

2007-12-26 Thread Will Tomlinson
> I've gotten these to work, but I've run into something that > strange and confusing. Dude, how long have you been grapplin' with FCK now? Hookup Rick's CFFM with TinyMCE and you'll be up and runnin' in like 15 minutes or less. Will ~

Re: FCKEditor / CF8 Issues

2007-12-11 Thread Casey Dougall
FYI... new version of FCKEditor is available on their site and it works in Safari... On 12/11/07, Todd <[EMAIL PROTECTED]> wrote: > > Using the FCKEditor CFC downloaded from FCKEditor site. This isn't a > permission issue as I found a separate non-FCKEditor issue interfering > with > the FCKEdit

Re: FCKEditor / CF8 Issues

2007-12-11 Thread Todd
I take that back. I had a separate non-FCKEditor issue, putting an Application.cfc at the beginning of FCKEditor's directory and messing with the config.cfm fixed my issue. The cfcontent issue below did nothing. So... it was more environmental than FCKEditor. On Dec 11, 2007 11:28 AM, Todd <[EMA

Re: FCKEditor / CF8 Issues

2007-12-11 Thread Todd
Using the FCKEditor CFC downloaded from FCKEditor site. This isn't a permission issue as I found a separate non-FCKEditor issue interfering with the FCKEditor. However, I'm still getting an invalid XML, but I'm close to working it through. I found my issue. I changed in cf_basexml.cfm: To:

Re: FCKEditor / CF8 Issues

2007-12-11 Thread Jon Clausen
Todd, For clarification, are you creating the FCKEditor instance using on the fckeditor.cfm (downloaded from the FCKEditor site) or are you using pure javascript to create the editor instance? If using cfmodule, you should have params being passed that look something like this: H

Re: FCKEditor / CF8 Issues

2007-12-11 Thread Todd
Should also be worth noting that the filemanager works fine on a different domain. On Dec 11, 2007 9:51 AM, Todd <[EMAIL PROTECTED]> wrote: > > I have the full version of FCKEditor installed, I'm not using the > tag. > > I keep running into issues with the file manager. Whenever you click > "Br

RE: FCKeditor in CF app - styles display on front end but not in editor window

2007-10-08 Thread Nick Gleason
28 AM > To: CF-Talk > Subject: RE: FCKeditor in CF app - styles display on front > end but not in editor window > > Hi, > > I would like to know the exact scenario when this happens. > May be if you can attach the piece of code, we will be able > to debug when this b

RE: FCKeditor in CF app - styles display on front end but not in editor window

2007-10-08 Thread Bhakti Pingale
Hi, I would like to know the exact scenario when this happens. May be if you can attach the piece of code, we will be able to debug when this behavior is seen. Thanks, Bhakti Adobe ColdFusion Team. -Original Message- From: Nick Gleason [mailto:[EMAIL PROTECTED] Sent: Friday, October 05,

Re: FCKEditor issue?

2007-10-02 Thread Scott Weikert
Kim Hoopingarner wrote: > Yes - I did all the debugging already. I see in MYSQL the that > FCKEditor submitted. So the page submit inserted it fine. > > My problem is when I do a SELECT * FROM TABLEA. The SELECT is removing the > . And the form trying to display that column loses its forma

Re: FCKEditor issue?

2007-10-02 Thread Kim Hoopingarner
Yes - I did all the debugging already. I see in MYSQL the that FCKEditor submitted. So the page submit inserted it fine. My problem is when I do a SELECT * FROM TABLEA. The SELECT is removing the . And the form trying to display that column loses its formatting. I am trying to figure out

Re: FCKEditor issue?

2007-10-02 Thread Scott Weikert
Kim Hoopingarner wrote: > using the FCKEditor, I see being put into my database when storing the > editor's output. When I go to select it out of MYSQL, the is missing > from the string therefore causing the web page formats to be wrong. > > Does anyone know how to correct this? > > Well,

  1   2   3   >