Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A sample for jQuery based WYSIWYG Editor demonstrate OOP javascript

Want a WYSIWYG jQuery Editor as an example to illustrate how to use jQuery to built OOP javascript component.

P.S. It is so good stackoverflow can use markdown... Would be a heaven if users would love such thing too

like image 228
William Yeung Avatar asked Jan 25 '23 02:01

William Yeung


1 Answers

jHtmlArea - WYSIWYG HTML Editor for jQuery

A simple, light weight, extensible WYSIWYG HTML Editor built on top of jQuery. This component allows you to easily display a WYSIWYG HTML Editor in place of any TextArea DOM Elements on the page. The minified script alone is 7kb, and with css and image files it's a total of 15kb.

This project also include Visual Studio JavaScript Intellisense support.

alt text http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=jhtmlarea&DownloadId=76574

like image 100
Chris Pietschmann Avatar answered Jan 26 '23 15:01

Chris Pietschmann