当前位置: 首页 > 文档资料 > tinyMCE 帮助文档 >

TinyMCE classic editing mode

优质
小牛编辑
120浏览
2023-12-01

TinyMCE has three main integration modes:

  • “classic” form-based
  • inline editing
  • distraction-free

Classic mode is the most common TinyMCE integration. Classic mode’s popularity is due to its familiarity to users and how quickly they identify it as a text editor.

The current default theme silver renders the editor in classic mode.

See the Classic editor example page.

Example:
tinymce.init({
    selector: "textarea.tinymce",
});

Related configuration options

  • elementpath
  • inline
  • menu
  • menubar
  • resize
  • skin
  • statusbar
  • theme
  • toolbar
  • toolbar-n
  • height
Next Setup inline editing mode