What are the configuration parameters and properties of KindEditor editor?

There are many configuration parameters and properties for the KindEditor editor, here are some common ones:

  1. theme: Select the theme style for the editor, which includes options such as “default,” “simple,” and “custom.”
  2. width: determines the width of the editor.
  3. height: adjust the height of the editor.
  4. Language Type: Specify the language type of the editor, such as “zh-CN” or “en”.
  5. uploadJson: Specify the server-side processing file address for uploaded files.
  6. fileManagerJson: Specify the server-side address for handling files in the file manager.
  7. allowFileManager: Specify whether to enable the use of file manager.
  8. Options for configuring the editor’s toolbar buttons include “source”, “preview”, “fullscreen”, and others.
  9. newlineTag: This sets the line break tags, including “br” and “p”, etc.
  10. pasteType: specifies how to handle pasted content, including options such as “plain,” “word,” and “html.”
  11. filterMode: This option determines the filtering mode for the content, including “none,” “html,” and “safe.”
  12. htmlTags: Establishes the list of HTML tags permitted.
  13. uploadImageExt: Specify the file extensions allowed for image uploads.
  14. uploadFlashExt: Set the allowed file extensions for uploading Flash files.
  15. uploadMediaExt: Specify the permitted file extensions for media uploads.

These are just some common configuration parameters; in fact, KindEditor has many other configuration options that can be customized according to specific needs.

bannerAds