Opensource PHP Wysiwyg online editor

I recently programmed a MiniCMS for a customer.
To make it easier for the customer to edit content, I looked for a opensource wysiwyg editor and I found spaw2.
Spaw2 has really everything you expect from a wysiwyg editor including fileupload.
It’s really easy to integrate.
Just include the library in you php file, start a new instant of the class and show the editor.

include("spaw2/spaw.inc.php");
$spaw = new SpawEditor("content", $content);

$spaw->show();


That’s it!

One Response to Opensource PHP Wysiwyg online editor

  1. Informasi Online Organisasi Orang Jawa Kelahiran di Sumatera says:

    Informasi Online Organisasi Orang Jawa Kelahiran di Sumatera…

    […]Opensource PHP Wysiwyg online editor « spamcollect – about, all the spam in my life[…]…

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.