在线HTML编辑器 Redactor

码农软件 · 软件分类 · 可视化HTML编辑器 · 2019-04-07 09:42:59

软件介绍

Redactor 是一个 jQuery 的插件,实现在线所见即所得的 HTML 编辑器。界面简洁,加载速度快。不过不支持 IE6 浏览器,如果你不需要考虑 IE6 不妨试试。

使用很简单:

<!DOCTYPE html>
<html>
	<head>
		<title>Redactor</title>
		<meta charset="utf-8">
		
		<script src="/js/jquery-1.7.min.js"></script>
		
		<link rel="stylesheet" target="_blank"  rel="nofollow" href="/js/redactor/css/redactor.css" />
		<script src="/js/redactor/redactor.js"></script>
		
		<script type="text/javascript">
		$(document).ready(
			function()
			{
				$('#redactor_content').redactor();
			}
		);
		</script>				
	</head>
	<body>
		<textarea id="redactor_content" name="content" style="height: 560px;"></textarea>
	</body>
</html>

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

Ruby Cookbook

Ruby Cookbook

Lucas Carlson、Leonard Richardson / O'Reilly Media / 2006-7-29 / USD 49.99

Do you want to push Ruby to its limits? The "Ruby Cookbook" is the most comprehensive problem-solving guide to today's hottest programming language. It gives you hundreds of solutions to real-world pr......一起来看看 《Ruby Cookbook》 这本书的介绍吧!

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具