NAWTE - A custom WYSIWYG editor for MooTools

New little mootools plugin I’m working on. Check it out! It is based on Control.Textarea for prototype, but re-coded from scratch (and modified a bit) for mootools.

Basically it allows you to put together your custom WYSIWYM (i.e. What You See Is What You Mean) editor with any text area.

Check it out here!

11 Comments

  1. Posted April 15, 2008 at 1:53 am | Permalink

    Hi ,

    Any possibility of getting NAWTE for Mootools1.2???
    Thank you,
    NAWTE concept is wonderful and want to use it for my application,.
    Thank you,
    Prasad.

  2. Posted April 15, 2008 at 2:20 am | Permalink

    It sure is! :) I’ll see if I can get it done soon, I’m pretty sure I started on it already!

  3. Martin
    Posted May 4, 2008 at 4:20 am | Permalink

    hello - really nice work!

    i use the “preview” under Textbox but i only use BBCode!

    function updatePreview() {
    $(’preview’).setHTML($(’thetext’).value);
    }

    Is there a way to change it so?

    function updatePreview() {
    $(’preview’).setBBCODE($(’thetext’).value);
    }

    Dit you have n idea?

    Greets Martin

  4. Posted May 4, 2008 at 11:51 am | Permalink

    Martin: I’m not sure I understand what you want to do? Can you show me an example online? What is it that you’re trying to change??

  5. Daniel
    Posted May 9, 2008 at 8:06 am | Permalink

    I second the request for NAWTE for MooTools 1.2.

    Thanks for a brilliant work!

  6. Posted May 9, 2008 at 4:50 pm | Permalink

    Hey there!
    I’ve been busy lately, but seeing as you are now 2 to request a 1.2 port of NAWTE I’ll try to get it done this week! :)

  7. Posted June 9, 2008 at 9:09 am | Permalink

    For latest mootools support you can replace getValue() method call with .value property at getSelectedText() method

  8. Gabriel
    Posted June 24, 2008 at 8:18 am | Permalink

    Even with standov’s comment I can’t seem to fix the problems.. but it’s sure the script stops to work at:

    ..
    selection = this.getSelection();
    ..

    How you can advice,
    Gab

  9. Posted June 26, 2008 at 12:22 pm | Permalink

    Gabriel, I just finished porting it to 1.2… check out the main blog post about it…!

  10. Ben B
    Posted September 21, 2008 at 1:00 am | Permalink

    This is a great tool! Thanks for sharing!

  11. Hugo
    Posted January 27, 2009 at 8:07 pm | Permalink

    Hello:

    How can I create an NAWTE instance for three textareas on my page? I have three forms on a webpage and I’d like to add the NAWTE editor to each one. I can’t figure out how to do this. Thanks!

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*