Page 1 of 1
WYSIWYG editor for PHP
Posted: Sun Oct 02, 2005 5:28 am
by winsonlee
just wondering if you know of any simple WYSIWYG editor that is compatible with php ??
i just want editor that able to do very simple things.
Posted: Sun Oct 02, 2005 7:05 am
by feyd
Dreamweaver is the closest to compatible, but it generates not so nice code thanks to their "boilerplate"
Posted: Sun Oct 02, 2005 8:48 am
by winsonlee
oh . i am looking for WYSIWYG to replace the textarea in my form.
coz i used the normal text area and i face a problem with space and return key..
eg
when i type the following in the textarea,
"abc jkl
def
ghi"
after submitting the form, it appears to be "abc jkl def ghi"
all my return key seems to be missing.
i wonder if there is solution for it ??
Posted: Sun Oct 02, 2005 9:08 am
by feyd
Posted: Sun Oct 02, 2005 10:57 am
by shoebappa
If you want something that simple, I'd just use the function fyed recommended. If you really want wysiwyg, I've used
http://sourceforge.net/projects/fckeditor in the past. pretty custimizable textarea replacement.
Posted: Sun Oct 02, 2005 11:14 am
by Charles256
PHPrunner is kind of interesting..google it;)