php 前端TinyMCE编辑器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 前端TinyMCE编辑器相关的知识,希望对你有一定的参考价值。

<?php
  $edSetting = array (
  	'media_buttons'		=> false,
  	'editor_class'		=> 'form-editor',
  	'quicktags' 		  => false,
  	'textarea_rows'		=> get_option('default_post_edit_rows', 6),
  	'tinymce'		      => array(
          							'toolbar1'	=> 'formatselect, bold, italic, underline, bullist, numlist, pastetext, removeformat, undo, redo',
          							'toolbar2'	=> '',
          							'block_formats' => 'Paragraphe=p;Titre=h2;Sous-titre=h3',
          							'paste_remove_styles' => true,
          							'paste_remove_spans' => true
          						)
  );
  
  // Plus d'informations sur https://codex.wordpress.org/TinyMCE#Customize_TinyMCE_with_Filters
  
  wp_editor('', 'form-info_comp', $edSetting);
?>

以上是关于php 前端TinyMCE编辑器的主要内容,如果未能解决你的问题,请参考以下文章

php 简单的基本TinyMCE编辑器

php 从wordpress tinyMCE编辑器中删除按钮

PHP WordPress从TinyMCE编辑器中删除按钮

如何在我自己的前端使用适当的样式表渲染来自 TinyMCE 的 HTML?

富文本编辑器tinymce在vue中的使用

tinymce 5更新后,如何使用tinymce-vue