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]

Reply via email to