UtopiaSoftware Forums

Full Version: WYSIWUG Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there!

I'm trying to implement a WYSIWYG (what you see is what you get) editor, but I haven't been able to. I think it would be a great idea instead of having to write UNP or HTML code. Just as the text area all of us use here to post, it'd be great to have one to write our news by adding images, links, etc with just one click.

There are open source codes to implement this editors into almost any page, and I have done it in another PHP based script. But to be honest, I'm still new at this and don't know what I'm doing.

What I tried was to implement it into the postnews.php file were the <textarea> tag is, using javascript. But it hasn't worked.

Is there any way to do it? It'd be great to know.

Thanks in advance!
I was working on something similar too, to implement by default in the releases, but I had issues so I temporarily scaled it back. It's definitely something I'd like to look into more.
Reference URL's