[jQuery] Re: WYSIWYG Editor

2008-04-18 Thread Kinch Zhang
On 4/17/08, Richard D. Worth <[EMAIL PROTECTED]> wrote: > > Take a look at jWysiwyg: > > http://code.google.com/p/jwysiwyg/ > > - Richard It's great ! Thank you for the link because I'm looking for a jQuery WYSIWYG editor for a long time On Wed, Apr 16, 2008 at 7:59 PM, Donald J Organ IV <[EMAI

[jQuery] Re: WYSIWYG Editor

2008-04-17 Thread Mika Tuupola
On Apr 17, 2008, at 2:59 AM, Donald J Organ IV wrote: Does anyone know of a lightweight(code size) WYSIWYG editor that works with jQuery it needs to only do basic HTML editing. I have good experiences with MarkItUp! http://markitup.jaysalvat.com/home/ -- Mika Tuupola http://www.appelsiini

[jQuery] Re: WYSIWYG Editor

2008-04-17 Thread Richard D. Worth
Take a look at jWysiwyg: http://code.google.com/p/jwysiwyg/ - Richard On Wed, Apr 16, 2008 at 7:59 PM, Donald J Organ IV <[EMAIL PROTECTED]> wrote: > Does anyone know of a lightweight(code size) WYSIWYG editor that works > with jQuery it needs to only do basic HTML editing. > > Insert links >

[jQuery] Re: WYSIWYG Editor

2008-04-17 Thread Andy Matthews
TinyMCE works really well. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Donald J Organ IV Sent: Wednesday, April 16, 2008 6:59 PM To: jquery-en@googlegroups.com Subject: [jQuery] WYSIWYG Editor Does anyone know of a lightweight(code size) WYSIWYG editor that

[jQuery] Re: WYSIWYG Editor in Jquery

2007-07-10 Thread Tane Piper
Yea, that is pretty weak - if you have an issue with it, bring it up an help develop it - thats the only way these things grow. It's a pity that you plan to abandon using WYMeditor because of sparse documentation. -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x

[jQuery] Re: WYSIWYG Editor in Jquery

2007-07-10 Thread Jean-Francois Hovinne
Hi Gurpreet, It's a pity that you plan to abandon using WYMeditor because of sparse documentation. Please feel free to ask any questions/send feedback on the mailing- list [1] or on the forum [2], we'll be glad to help. Cheers, jf [1]: http://lists.wymeditor.org/ [2]: http://forum.wymeditor.org/

[jQuery] Re: WYSIWYG Editor in Jquery

2007-07-03 Thread MichaL Sanger
Sure, http://wiki.fckeditor.net/Developer's_Guide/Configuration/Toolbar MichaL 2007/7/3, G[N]Urpreet Singh <[EMAIL PROTECTED]>: Thanks guys, But I used WYMEDITOR (http://www.wymeditor.org/en/) for this project. Making it work was a pain primarily because of sparse documentation. I'l use FCK i

[jQuery] Re: WYSIWYG Editor in Jquery

2007-07-03 Thread G[N]Urpreet Singh
Thanks guys, But I used WYMEDITOR (http://www.wymeditor.org/en/) for this project. Making it work was a pain primarily because of sparse documentation. I'l use FCK in the next project if everyone is speaking highly of it. Question: Is there a way to switch off some of those controls in Fck. I only

[jQuery] Re: WYSIWYG Editor in Jquery

2007-07-03 Thread Ganeshji Marwaha
is the dojo editor any good? just curious http://download.dojotoolkit.org/release-0.2.2/dojo-0.2.2-widget/demos/widget/Editor.html -GTG On 7/3/07, Jason Robinson <[EMAIL PROTECTED]> wrote: My pick is fckEditor too. I even voted with my dollars. 20+ site installations, and very very few com

[jQuery] Re: WYSIWYG Editor in Jquery

2007-07-03 Thread Jason Robinson
My pick is fckEditor too. I even voted with my dollars. 20+ site installations, and very very few complaints (lacking Safari support is the biggest, but they have very good documentation as to why they aren't supporting Safari, maybe someone could help them on this, so that it works on the iPh

[jQuery] Re: WYSIWYG Editor in Jquery

2007-07-02 Thread Diego A.
I've seen a couple of WYSIWYG editors in jquery in the last couple of months, but they're very limited and still in early stages of development. I'd recommend using a well established project such as FCKEditor or TinyMCE. As the message above mentions, you're in luck as I've been working on an FC

[jQuery] Re: WYSIWYG Editor in Jquery

2007-07-02 Thread g.atahualpa
Here's some info on a FCKEditor implementation using jQuery: http://groups.google.com/group/jquery-en/browse_thread/thread/f649148d8ff5511a I'm used FCKEditor in the past in a Drupal project and it is good, although I use TinyMCE for my current Drupal projects. On Jul 1, 10:24 pm, "G[N]Urpreet S