TinyEditor

The TinyEditor extension uses a simple, lightweight (under 9KB) and standalone JavaScript WYSIWYG editor. It handles most of the basic formatting and has some functionality built in to help keep the rendered markup as clean as possible.

How to Use

The TinyEditor extension can be added to a Wisej.NET project using NuGet Package Manager.

Set the Text property including HTML formatting.

__ShowToolBar, ShowFooter, Toolbar and FontNames can be used to customize the Tiny Editor. With StyleSheetShource you can specifiy css to be used by the TinyEditor

You can find a Wisej sample of TinyEditor, TinyMCE and CKEditor and more useful information in our Blog.

Last updated