Turn text fields into powerful word like (wysiwyg) editor

openwysiwyg.png

openwysiwyg2.pngThis tool is very useful for web-application developers. With this tool you can turn any textbox (text field) into a full fledged Microsoft Word-like editor (see screenshot to the right).

Adding this javascript to textboxes is quite simple, it’s done in the following way:

<script language="javascript1.2">
WYSIWYG.attach(‘feedback’);
</script>

First you call the javascript, then attach it to the textarea called “feedback”. You can see the result of this here. This is particularly useful if your web application has a need for text editing, like newsletter script for example.

It’s like TinyMCE but easier to integrate.

Website: http://www.openwebware.com



One Comment on "Turn text fields into powerful word like (wysiwyg) editor"

  1. Anthony says:

    Thanks for yet another great tip!

Got something to say? Go for it!