PDA

View Full Version : WYSIWYG?



lorren.biffin
February 8th, 2007, 05:32 PM
So, I'm looking for an article or tut on creating a WYSIWYG editor. I've been scowering through google and all i can find is crap that only works in IE.

Anybody know of any good tuts or articles on creating one that will work cross browser?

simplistik
February 8th, 2007, 06:55 PM
fckeditor works just fine in all browsers

Phenex
February 9th, 2007, 07:27 AM
fckeditor :lol:

Sorry for the useless post, but the thread title intrigued me.

lorren.biffin
February 9th, 2007, 04:32 PM
Yep, I'm using FCKEditor right now in one of my current projects. However, it's not fitting into the grand funk of things very well, and it's also been more trouble than it's worth to change the look of it.

Just lookin' to create my own :)

senocular
February 9th, 2007, 05:23 PM
I dont think there's much out there because its frickin hard. I tried it once and just managing text selections is a pain - and, of course, no one seems to handle it the same (I think IE was actually had the easiest method).

deletedUser2352352
February 10th, 2007, 09:05 AM
you can download the word press one with ease.

Then if you change the code you can then skin it. Took a bit of time to figure it out but it works a treat. Then just uses a phpparser to replace the non html code into nice css ready stuff.