[jQuery] jquery + tinymce
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16674" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2>i'm using jquery library in my projects, and
it works fine.</FONT></DIV>
<DIV><FONT face=Arial size=2>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.</FONT></DIV>
<DIV><FONT face=Arial size=2>first of all, at start of my app i get a js error,
viewed in ff console: <SPAN class="objectBox objectBox-errorMessage"><FONT
face="Times New Roman" size=3><STRONG>Illegal document.domain value" code:
"1009</STRONG></FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2>second, in the page where i try to transform a
textarea in an html editor</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT size=2>
<P align=left></FONT><FONT color=#000080 size=2><script</FONT><FONT size=2>
</FONT><FONT color=#000080 size=2>language=</FONT><FONT color=#0000ff
size=2>"javascript"</FONT><FONT size=2> </FONT><FONT color=#000080
size=2>type=</FONT><FONT color=#0000ff size=2>"text/javascript"</FONT><FONT
color=#000080 size=2>></P></FONT><FONT size=2>
<P align=left>tinyMCE</FONT><FONT color=#0000ff size=2>.</FONT><FONT
size=2>init({</P>
<P align=left>theme </FONT><FONT color=#0000ff size=2>:</FONT><FONT size=2>
</FONT><FONT color=#006600 size=2>"advanced"</FONT><FONT size=2>,</P>
<P align=left>mode </FONT><FONT color=#0000ff size=2>:</FONT><FONT size=2>
</FONT><FONT color=#006600 size=2>"textarea"</FONT><FONT size=2>,</P>
<P align=left>file_browser_callback </FONT><FONT color=#0000ff
size=2>:</FONT><FONT size=2> </FONT><FONT color=#006600
size=2>"fileBrowserCallBack"</P></FONT><FONT size=2>
<P align=left></FONT><FONT color=#609960 size=2>/*language :
"it"*/</P></FONT><FONT size=2>
<P align=left></P>
<P align=left>});</P>
<P align=left></script></P></FONT></DIV>
<DIV><FONT face=Arial size=2>i have another js error: <SPAN
class="objectBox objectBox-errorMessage hasTwisty opened"><FONT
face="Times New Roman" size=3><STRONG>tinyMCE has no
properties</STRONG></FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2>As anyone encontoured and solved?</FONT></DIV>
<DIV><FONT face=Arial size=2>regards</FONT></DIV>
<DIV><FONT face=Arial size=2>salvatore</FONT></DIV></BODY></HTML>