[jQuery] Re: tinyMCE jquery equivalent

2007-11-20 Thread polyrhythmic
From looking at the TinyMCE 3 source, I believe we could replace the entirety of their core functions with jQuery, and the total jQuery + TinyMCE package would be smaller than the current TinyMCE release! I discussed this briefly on Ajaxian when ver 3 was released, but haven't had the time to

[jQuery] Re: tinyMCE jquery equivalent

2007-11-20 Thread Sam Sherlock
I have downloaded the latest tinyMCE 3 and noticed this in the changelog Version 3.0a3 (2007-11-13) Added new experimental jQuery and Prototype framework adapters to the development package. but I could not find any info about it (did'nt have the time to look that hard) Is this what

[jQuery] Re: tinyMCE jquery equivalent

2007-11-20 Thread polyrhythmic
The a3 revision you're pointing to is a result of the Ajaxian comments, unfortunately I haven't had a chance to play with it yet: Nov. 2 Ajaxian Post: TinyMCE 3 First Look http://ajaxian.com/archives/tinymce-3-first-look However, adapters are not what I want -- to their credit the TinyMCE coders

[jQuery] Re: tinyMCE jquery equivalent

2007-11-19 Thread Jake McGraw
WYMeditor - jake On Nov 19, 2007 9:46 AM, FrankTudor [EMAIL PROTECTED] wrote: Hi all I am looking for a tinyMCE jquery equivalent (if one exists)... Thanks, Frank

[jQuery] Re: tinyMCE jquery equivalent

2007-11-19 Thread Gordon
There is WYMeditor, but last time I saw it in action it wasn't nearly as powerful as TinyMCE. I don't think there's any particular reason why the two scripts wouldn't play nicely though, is there any particular reason you want a jQuery based editor? On Nov 19, 2:46 pm, FrankTudor [EMAIL

[jQuery] Re: tinyMCE jquery equivalent

2007-11-19 Thread Jake McGraw
FYI tinyMCE w/ plugin based GZip, I was able to get the entire library down to 46KB for the limited subset of functions I was using. - jake On Nov 19, 2007 11:23 AM, Gordon [EMAIL PROTECTED] wrote: There is WYMeditor, but last time I saw it in action it wasn't nearly as powerful as TinyMCE.

[jQuery] Re: tinyMCE jquery equivalent

2007-11-19 Thread FrankTudor
Thank you I am going to try WYMediator (I want to stay with a jQuery solution) just to stay uniform, although I have used TinyMCE on several projects and it is a solid solution. Frank On Nov 19, 10:26 am, Jake McGraw [EMAIL PROTECTED] wrote: FYI tinyMCE w/ plugin based GZip, I was able to get

[jQuery] Re: tinyMCE jquery equivalent

2007-11-19 Thread Cloudream
http://www.wymeditor.org/en/ On Nov 19, 10:46 pm, FrankTudor [EMAIL PROTECTED] wrote: Hi all I am looking for a tinyMCE jquery equivalent (if one exists)... Thanks, Frank