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" />
<PackageReference Include="jHtmlArea" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=jHtmlArea&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.jsScripts/jHtmlArea.min.jsScripts/jHtmlArea.ColorPickerMenu.jsScripts/jHtmlArea.ColorPickerMenu.min.jsContent/jHtmlArea/jHtmlArea.cssContent/jHtmlArea/jHtmlArea.Editor.cssContent/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.jsContent/jHtmlArea/jHtmlArea.ColorPickerMenu.css
Documentation
- Project: https://github.com/crpietschmann/jHtmlArea
- Wiki: https://github.com/crpietschmann/jHtmlArea/wiki
License
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.3.2)
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.