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!
9 Comments
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.
It sure is! :) I’ll see if I can get it done soon, I’m pretty sure I started on it already!
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
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??
I second the request for NAWTE for MooTools 1.2.
Thanks for a brilliant work!
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! :)
For latest mootools support you can replace getValue() method call with .value property at getSelectedText() method
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
Gabriel, I just finished porting it to 1.2… check out the main blog post about it…!