yes,
mce and jquery works fine together, in HTML page:
if i have an html page, ie mypage.html, it runs correctly, but if i have the 
same page as a cfm one, ie mypage.cfm, and i try to view it writing in address 
bar of my browser:
http://localhost:8500/views/mypage.cfm

i get that errors

as anyone experience this?


----- Original Message ----- 
  From: Sam Sherlock 
  To: jquery-en@googlegroups.com 
  Sent: Friday, June 27, 2008 10:38 PM
  Subject: [jQuery] Re: jquery + tinymce


  same I load jquery first then mce, from a quick google that error seems to be 
caused in ff when using mce on ports other 80

  have you tried the plugin for mce?


  2008/6/27 Mickster <[EMAIL PROTECTED]>:


    Hi Salvatore,

    I'm afraid I don't have a solution for you, but I just wanted to
    assure you that jQuery and TinyMCE do work together - I use them
    together without errors.
    Not sure if it matters (think I saw a comment about it somewhere
    though), but in which sequence do you load the scripts? I load jQuery
    first and TinyMCE at the end...

    Good luck!

    Regards,
    Mickster


    On Jun 27, 7:24 pm, "Salvatore FUSTO" <[EMAIL PROTECTED]> wrote:
    > Hi all,
    > i'm using jquery library in my projects, and it works fine.
    > in my last app, i've to implement a page taht acts as an html editor, so 
i used the tiny mce library: i have already used tinymce, but this is the first 
time with jquery, and they seem not to work together.
    > first of all, at start of my app i get a js error, viewed in ff console: 
Illegal document.domain value" code: "1009
    > second, in the page where i try to transform a textarea in an html editor
    >
    > <script language="javascript" type="text/javascript">
    >
    > tinyMCE.init({
    >
    > theme : "advanced",
    >
    > mode : "textarea",
    >
    > file_browser_callback : "fileBrowserCallBack"
    >
    > /*language : "it"*/
    >
    > });
    >
    > </script>
    >
    > i have another js error: tinyMCE has no properties
    > As anyone encontoured and solved?
    > regards
    > salvatore


Reply via email to