Add an Extension

Wisej extensions are packages of code that provide additional functionality beyond what you can do with base Wisej.NET. For a complete list of all Wisej.NET extensions, see here: https://github.com/iceteagroup/wisej-extensions

Let's create a project that showcases how to use the CKEditor extension. The CKEditor extension is a rich text editor. You can find more information on it here.

Start by creating a new C# project with the Wisej.NET Web Page Application template.

In the Solution Explorer, right-click and choose "Manage Nuget Packages"

Click "Browse" and type "Wisej CKEditor" in the search bar

Select the version that matches the version of Wisej.NET that you are using-in this case, Wisej-3. Click Install.

A popup appears. Click "Apply"

Open the designer. Then open the toolbox. Search for "CKEditor". Then drag the CKEditor into the designer. Resize it to make it bigger.

Run the project. It should look like this:

Last updated

Was this helpful?