富文本文档重修改

图片[1]-富文本文档重修改-芸志博客

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>富文本文档</title>
		<script src="https://api.efchp.com/tinymce/best/tinymce.min.js"></script>
		<script src="https://api.efchp.com/tinymce/best/langs/zh-Hans.js"></script>
		<script>
			tinymce.init({
				selector: 'textarea',
				language: 'zh-Hans',
				plugins: 'advlist anchor attachment autolink autoresize autosave axupimgs bbcode bdmap charmap clearhtml code codesample colorpicker contextmenu directionality emoticons formatpainter fullpage fullscreen help hr image imagetools importcss importword indent2em insertdatetime layout legacyoutput letterspacing lineheight link lists media nonbreaking noneditable pagebreak paste powerpaste preview print quickbars save searchreplace spellchecker tabfocus table template textpattern toc upfile visualblocks visualchars wordcount',
				toolbar: 'undo redo | formatselect | bold italic backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | removeformat | image',
				menubar: 'file edit view insert format tools table help',
			});
		</script>
	</head>
	<body>
		<textarea></textarea>
	</body>
</html>

 

© 版权声明
THE END
喜欢就支持一下吧
点赞10 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容