jHtmlArea 1.0.1

dotnet add package jHtmlArea --version 1.0.1
                    
NuGet\Install-Package jHtmlArea -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jHtmlArea" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="jHtmlArea" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="jHtmlArea" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add jHtmlArea --version 1.0.1
                    
#r "nuget: jHtmlArea, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package jHtmlArea@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=jHtmlArea&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=jHtmlArea&version=1.0.1
                    
Install as a Cake Tool

jHtmlArea

A simple, lightweight, extensible WYSIWYG HTML editor built on top of jQuery.

jHtmlArea turns standard HTML <textarea></textarea> elements into rich text editors with a configurable toolbar.

Requirements

  • jQuery 1.3.2 or newer
  • jHtmlArea script and CSS files included on the page

Files added by this package

  • Scripts/jHtmlArea.js
  • Scripts/jHtmlArea.min.js
  • Scripts/jHtmlArea.ColorPickerMenu.js
  • Scripts/jHtmlArea.ColorPickerMenu.min.js
  • Content/jHtmlArea/jHtmlArea.css
  • Content/jHtmlArea/jHtmlArea.Editor.css
  • Content/jHtmlArea/jHtmlArea.ColorPickerMenu.css

Usage

<script type="text/javascript" src="Scripts/jquery-1.9.0.min.js"></script>
<script type="text/javascript" src="Scripts/jHtmlArea.min.js"></script>
<link rel="stylesheet" type="text/css" href="Content/jHtmlArea/jHtmlArea.css" />

<textarea id="txtText" cols="50" rows="15"></textarea>

<script type="text/javascript">
    $(function () {
        $("#txtText").htmlarea();
    });
</script>

Optional color picker menu

For toolbar color options, also include:

  • Scripts/jHtmlArea.ColorPickerMenu.min.js
  • Content/jHtmlArea/jHtmlArea.ColorPickerMenu.css

Documentation

License

MIT License

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on jHtmlArea:

Package Downloads
SecondCMS

SecondCMS Contnet Management System

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 37 3/13/2026
1.0.0 12,720 8/23/2023
0.8.0 229,543 4/27/2014
0.7.50 18,984 3/10/2013