Zoople.HTMLEditor
2.9.7.347
dotnet add package Zoople.HTMLEditor --version 2.9.7.347
NuGet\Install-Package Zoople.HTMLEditor -Version 2.9.7.347
<PackageReference Include="Zoople.HTMLEditor" Version="2.9.7.347" />
<PackageVersion Include="Zoople.HTMLEditor" Version="2.9.7.347" />
<PackageReference Include="Zoople.HTMLEditor" />
paket add Zoople.HTMLEditor --version 2.9.7.347
#r "nuget: Zoople.HTMLEditor, 2.9.7.347"
#:package Zoople.HTMLEditor@2.9.7.347
#addin nuget:?package=Zoople.HTMLEditor&version=2.9.7.347
#tool nuget:?package=Zoople.HTMLEditor&version=2.9.7.347
Zoople HTML Editor .NET for Winforms
Zoople HTML Editor .NET for Winforms is a fully customisable HTML editor for your .NET framework and.NET5/6/7/8/9 WinForms or WPF projects.
The HTML Editor .NET for Winforms allows end-users to create HTML snippets for pages, email templates, and any other application that requires the editing of HTML content.
Perfect for and Winforms and WPF applications such as:
- editing web page segments
- composing HTML emails
- constructing HTML templates for mail merges
- performing "mail merge" operations for emails
- content management systems
- CRM's
- Any application that requires the editing of HTML content
Documentation
Documentation is available here - https://zoople.tech/viewpage.aspx?ID=HTML.NET%20API&Parent=HTML.NET
Sample Usage
oEdit = new Zoople.HTMLEditControl
{
Dock = DockStyle.Fill,
DocumentHTML = "<h2>A Heading.</h2><p>Caters for all levels of end-user.</p>",
CSSText = "BODY {font-family: Arial Unicode MS, Arial, Sans-Serif; border: none;}",
LicenceKey = "YourLicenseKey",
LicenceKeyInlineSpelling = "InlineSpellingLicenseKey",
EnableInlineSpelling = false,
CleanMSWordHTMLOnPaste = true,
FontSizesList = "8pt;10pt;12pt;16pt;22pt;",
HideDOMToolbar = false,
ShowPropertyGrid = false
};
oEdit.CodeEditor.WordWrap = true;
Controls.Add(oEdit);
Many other examples are available here - http://zoople.tech/download/zoople_HTMLEditor_setup.zip
Support
If you have any questions please us know - info@zoople.tech
What's New
- Property - LocaliseSpellingSuggestionsNoneContextMenuText - Allows for localization of the "No Spelling Suggestions" context menu text
- Property - LocaliseSpellingSuggestionsAddDictContextMenuText - Allows for localization of the "Add this word to the dictionary" context menu text
- Property - LocaliseSpellingSuggestionsNoneContextMenuText - Allows for localization of the "Seplling Suggestions" context menu text
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.9.7.347 | 2,012 | 2/1/2026 |
| 2.9.6.346 | 2,651 | 9/18/2025 |
| 2.9.5.345 | 744 | 9/16/2025 |
| 2.9.4.344 | 2,004 | 6/29/2025 |
| 2.9.3.343 | 490 | 6/2/2025 |
| 2.9.2.342 | 846 | 5/8/2025 |
| 2.9.1.341 | 1,415 | 2/25/2025 |
| 2.8.14.339 | 1,532 | 11/19/2024 |
| 2.8.12.338 | 462 | 11/5/2024 |
| 2.8.11.337 | 1,810 | 6/24/2024 |
| 2.8.10.336 | 1,296 | 4/23/2024 |
| 2.8.9.335 | 857 | 3/11/2024 |
| 2.8.7.333 | 2,487 | 12/11/2023 |
| 2.8.5.331 | 832 | 11/21/2023 |
| 2.8.4.330 | 380 | 11/10/2023 |
| 2.8.3.329 | 1,432 | 8/4/2023 |
| 2.7.4.326 | 1,184 | 5/5/2023 |
| 2.7.3.325 | 771 | 3/28/2023 |
| 2.7.2.324 | 799 | 3/1/2023 |
Fixed - Backspace key press not firing HTMLChanged Event