Czech English

LexEditor - Documentation

How to add the editor to your website?

To integrate the editor into your website, use the following code:

<div id="lex_editor"></div>
<script src="https://tools.lexikonn.eu/lexedit/editor.js"></script>

* Make sure you set the correct ID lex_editor and the script URL.

The editor will have the following ID, CLASS and NAME:

  • ID: editor
  • CLASS: editorContent
  • NAME: editorContent

Important

To ensure that the editor works correctly, you need to include Font Awesome for displaying the icons. Add the following link to the header of your page:

<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">

Editor Preview