anyways, when u download tinymce u simply unzip it and put it in your sites root (or whereever) in the folder i comes in. (i then pull out all the sample files but you dont have too). Then you just put the _javascript_ in which i posted earier and just change the path to folder atributes and ur done. (if u want the default editor) or u can add more, take stuff out, add plugins, whatever
so, the fckEditor is a great editor but doesnt work in other browsers besides IE. as we all know i friggin hate M$ and if they were nuked tomorrow the only thing in my life that would change is that i wouldnt get all these damn new M$ flaw notices clogging my email. i had to start marking them as spam, lol
anyways, rant over, tinymce works in other browsers, so no need to punish those smart ppl who use a decent browser now is there ;)
---------- Original Message ----------------------------------
From: "Rodger" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Mon, 4 Oct 2004 18:29:08 -0700
>I hope that I am not being too dense, but what is tinyMCE, and what is the
>_javascript_ file, tiny_mce.js.
>Do I understand it right, after I put the fckEditor folder in the root of my
>site, I just put this _javascript_
>in each cf file that has a textbox, and the textboxes will be fckEditor
>textboxes? And when that textbox is
>submitted, the edited text goes to the submitted form?
>Rodger
>
> _____
>
>From: dave [mailto:[EMAIL PROTECTED]
>Sent: Monday, October 04, 2004 3:32 PM
>To: CF-Talk
>Subject: RE: User to upload to their site
>
>
>yeah it really is
>plus setup is a snap
>i just take their folder, rip all the examples out and toss it in the sites
>root, then whenever i need it i just thow in the code below and presto
>granted this code will add it too all textareas on page, which is usually
>what i want
>
><!-- tinyMCE -->
><script language="_javascript_" type="text/_javascript_"
>src=""> ><script language="_javascript_" type="text/_javascript_">
><!--
>
>tinyMCE.init({
> mode : "textareas"
> });
>//-->
></script>
><!-- /tinyMCE -->
>
>---------- Original Message ----------------------------------
>From: Matthew Walker <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>Date: Tue, 05 Oct 2004 11:22:19 +1300
>
>>Hey that is a nice looking editor and doesn't suffer from the common
>>"Firefox support will be added to the next version" problem (soEditor,
>>htmlArea, FCKeditor).
>>
>>
>> _____
>>
>>From: dave [mailto:[EMAIL PROTECTED]
>>Sent: Tuesday, 5 October 2004 11:04 a.m.
>>To: CF-Talk
>>Subject: RE: User to upload to their site
>>
>>
>>everyone seems to love the FCKEditer but probably just cause of the name ;)
>>i could never get it to work in firefox so i went with tinymce
>>http://tinymce.moxiecode.com/
>>
>>much easier to add and works like a champ in every browser i tried it in
>>
>>
>>
>>---------- Original Message ----------------------------------
>>From: "Rodger" <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>Date: Mon, 4 Oct 2004 14:54:49 -0700
>>
>>>Thanks, I installed it, but I don't see any doc on how to use it.
>>>The sample test file test.cfm, which has multiple text boxes, calls
>>>testsubmit.asp, written in ASP.
>>>Here is the relevant section of code, can anyone explain how it works in
>>>coldfusion?
>>>
>>> <%
>>> For Each sForm in Request.Form
>>> %>
>>> <tr>
>>> <td valign="top" nowrap><b><%=sForm%></b></td>
>>> <td width="100%"><%=Server.HTMLEncode( Request.Form(sForm) )%></td>
>>> </tr>
>>> <%
>>> Next
>>> %>
>>>Rodger
>>>
>>>
>>> _____
>>>
>>>From: Russell Patterson [mailto:[EMAIL PROTECTED]
>>>Sent: Monday, October 04, 2004 9:44 AM
>>>To: CF-Talk
>>>Subject: Re: User to upload to their site
>>>
>>>
>>>I concur, I use FCKEditer and it does a wonderful job. I highly recommend
>>>it. I and my clients use it everyday.
>>>
>>>http://www.fckeditor.net/
>>>
>>>Russell
>>> ----- Original Message -----
>>> From: Rick Root
>>> To: CF-Talk
>>> Sent: Monday, October 04, 2004 11:22 AM
>>> Subject: Re: User to upload to their site
>>>
>>> Rodger wrote:
>>>
>>> > I have a client that wants to be able to copy formatted text from a
>web
>>>site
>>> > (presumably with permission),
>>> > and paste it into a text box or something easy to use so that he can
>>>update
>>> > his current news page.
>>> > He can barely do cut and paste, so putting in HTML codes would be too
>>>much
>>> > for him.
>>>
>>> check out fckeditor ... you can paste from word docs and such and it'll
>>> format to HTML and even clean up the nasty html that word generates.
>>>
>>> - Rick
>>> _____
>>>
>>>
>>>
>>>
>> _____
>>
>>
>>
>>
> _____
>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

