crpietschmann / jHtmlArea

A simple, light weight, extensible WYSIWYG HTML Editor built on top of jQuery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jHtmlArea

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 10.3kb; CSS and Images it's a total of approx. 26kb.

View Documentation Here

Key Advantages of jHtmlArea

  • Free, open source (MIT License)

  • Simple and Lightweight - ~10kb minified - ~26kb w/ css and images

  • Supports all mainstream browsers - Chrome, Edge, Firefox, Safari

  • Built on top of jQuery (requires jQuery 1.3.2 or higher)

  • Full Documentation

Screenshots

Basic Usage

$(function(){
    $("textarea").htmlarea();
});

NuGet Package

http://nuget.org/packages/jHtmlArea

Tutorials / Articles

jHtmlArea - The all NEW HTML WYSIWYG Editor for jQuery

Adding Custom Toolbar Buttons

Icons

This project also includes icons from the Silk Icon Set by Mark James. You can download the Silk Icon Set here:

http://www.famfamfam.com/lab/icons/silk/

About

A simple, light weight, extensible WYSIWYG HTML Editor built on top of jQuery.

License:MIT License


Languages

Language:JavaScript 64.1%Language:HTML 20.9%Language:CSS 12.2%Language:ASP.NET 1.9%Language:Batchfile 0.6%Language:Visual Basic .NET 0.4%