My code looks like this...

 

      <script src="js/tiny_mce/tiny_mce.js"
type="text/javascript"></script>

      <script type="text/javascript">

            tinyMCE.init({

                  mode : "textareas",

                  theme : "simple",

                  elements : "description",

            });

      </script>

 

      <script src="js/prototype/prototype.js"
type="text/javascript"></script>

      <script src="js/scriptaculous.js" type="text/javascript"></script>

      <script src="js/project.js" type="text/javascript"></script>

      <script src="js/window.js" type="text/javascript"></script>

 

And I have description inside the window...

 

<tr>

<td valign="top">

            Description

      </td>

      <td>

            <textarea id="description" name="description"
class="description"><c:out value="${model.description}"/></textarea>

      </td>

</tr>

 

This doesn't work for me...!

 

Thanks in advance

Booshan Rengachari

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Felix Shnir
Sent: Friday, January 12, 2007 11:35 AM
To: [email protected]
Subject: Re: [Javawin] Compatibility with TinyMCE?

 

Booshan, it works fine with both scriptaculous, prototype, and javawin.
It all depends on the setup you are doing, so show me the page you are
working on and I'll tell you what needs to be done.

To use tinymce in a prototype, you should include tinymce code before
all others.  The rest depend on how you are using it... 

Felix.



On 1/12/07, Rengachari, Booshan <[EMAIL PROTECTED]> wrote:


Folks,

 

I am not able to load TinyMCE editor inside a window? Have anyone tried
it?

 

TinyMCE is not compatible with Scriptaculous and so there was a
suggested change. After I made that change it was working fine along
with Scriptaculous. 

 

But it is not working with Prototype Windows. Appreciate anyhelp
regarding this.

 

Thanks

Booshan Rengachari


_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com



 

_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to