Wysiwyg editor.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Domsore
Forum Commoner
Posts: 46
Joined: Wed Jan 26, 2011 7:07 pm

Wysiwyg editor.

Post by Domsore »

Not sure if this is the right place to put this but I am looking for a way to include a wysiwyg editor in my CMS so that the user can have full control over the way the output is formatted but I have no idea how to do it. Any tips?

Cheers
divedj
Forum Commoner
Posts: 47
Joined: Wed Dec 29, 2010 4:32 am
Location: Malta

Re: Wysiwyg editor.

Post by divedj »

I use Tiny MCE which is a open source editor. They have a very good description and also a lot of code examples how to implement it on there home page.
Domsore
Forum Commoner
Posts: 46
Joined: Wed Jan 26, 2011 7:07 pm

Re: Wysiwyg editor.

Post by Domsore »

Thanks, just checked it out and it looks perfect
Post Reply