Forum closed. New forum available at http://community.wymeditor.org/

other (than JQuery) JS libraries

Support forum for WYMeditor.

other (than JQuery) JS libraries

Postby paperogiallo on Tue Oct 09, 2007 1:25 pm

Hi, first of all so many thanks for your work, I think WYM is the best XHTML editor, and I wish I could use in my works, but...

...but I use to choose Mootools in my projects, and I'm wondering about interactions between other Js libraries (like Mootols) and JQuery. Do I need to swicht back to 0.2 version of WYM, or can I use JQuery + Mootools safely in my pages?
paperogiallo
 
Posts: 6
Joined: Tue Oct 09, 2007 1:15 pm

Postby jfh on Mon Oct 15, 2007 10:53 am

AFAIK, using jQuery and Mootools in the same page is OK.
User avatar
jfh
Site Admin
 
Posts: 370
Joined: Sat Sep 23, 2006 8:43 pm
Location: Belgium

Postby mattyturner on Thu Oct 18, 2007 7:16 pm

I'm calling WYM thus after all the other javascript (including mootools) and it works.

Code: Select all
<script type="text/javascript" src="scripts/jquery.js"></script>   
<script type="text/javascript" charset="utf-8">
           jQuery.noConflict();
</script>
<script type="text/javascript" src="scripts/wymeditor/jquery.wymeditor.js"></script>
<script type="text/javascript">
           jQuery(function() {
               jQuery('.wymeditor').wymeditor({
                   stylesheet: 'wym.css'
               })
           });
</script>
mattyturner
 
Posts: 1
Joined: Thu Oct 18, 2007 7:13 pm


Return to Support

Who is online

Users browsing this forum: No registered users and 2 guests