Hmm do you use document.domain anywhere in your code?
I think that messed it up for me... I used to load tinyMCE on
different subdomains, but with only one installation of Tiny, but I
changed to one domain and removed the document.domain...

Maybe that can give you a clue...
Try posting a question in the TinyMCE forum otherwise...

On Jun 28, 10:36 am, "Salvatore FUSTO" <[EMAIL PROTECTED]> wrote:
> just noted: if i use an older version of the editor, 1.240, all is ok.
> any suggestion?
> salvatore
>
>   ----- Original Message -----
>   From: Salvatore FUSTO
>   To: jquery-en@googlegroups.com
>   Sent: Saturday, June 28, 2008 10:13 AM
>   Subject: [jQuery] Re: jquery + tinymce
>
>   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
>
>   __________ Informazione NOD32 3224 (20080627) __________
>
>   Questo messaggio è stato controllato dal Sistema Antivirus NOD32
>  http://www.nod32.it

Reply via email to