TinyMCE Syntaxhighlighter Plugin

码农软件 · 软件分类 · 语法着色和高亮 · 2019-04-06 09:56:34

软件介绍

这是一个 TinyMCE 的语法高亮编辑器插件,使用 SyntaxHighlighter 语法着色引擎。


使用方法:

1. 将插件保存到 TinyMCE 的 plugins 目录
2. 配置

tinyMCE.init({ 
	theme : "advanced", 
	plugins : "syntaxhl", 
	theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,styleselect,removeformat,cleanup,code, syntaxhl",
	theme_advanced_buttons2 : "", 
	theme_advanced_buttons3 : "", 
	remove_linebreaks : false, 
	extended_valid_elements : "textarea[cols|rows|disabled|name|readonly|class]" 
});

本文地址:https://www.codercto.com/soft/d/2972.html

Head First Python

Head First Python

Paul Barry / O'Reilly Media / 2010-11-30 / USD 49.99

Are you keen to add Python to your programming skills? Learn quickly and have some fun at the same time with Head First Python. This book takes you beyond typical how-to manuals with engaging images, ......一起来看看 《Head First Python》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具