D|Note HTML Editor Demo

Welcome to DNote's HTML Editor

Hi!
Start by clicking the "plus"-icon below...
A table column...
Second column

Configurable

Specify which elements are supported, by including or excluding javascript files.


Exportable

Export as html using GetHtml()

Multilingual

Use the standard language translations or write your own and plug them in

Responsive

Responsive from the get-go. Use the grid system of your favorite framework for creating responsive tables or roll you own and plug it in.

Integrates your File API

During initialization, you can specify the api endpoint for uploading and listing files and images used in the editor.

var options = {
    Language: 'EN',
    UploadUrl: '/api/MyFileApi/Upload',
    FileListUrl: '/api/MyFileApi/FileList',
    GridFramework: 'GridFrameworkMaterialize'
};
new RichContentEditor().Init('MyEditor', options);

Multiple editors

You can have multiple editors on one page

Loading...