在线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://codercto.com/soft/d/3043.html

Rapid Web Applications with TurboGears

Rapid Web Applications with TurboGears

Mark Ramm、Kevin Dangoor、Gigi Sayfan / Prentice Hall PTR / 2006-11-07 / USD 44.99

"Dear PHP, It's over between us. You can keep the kitchen sink, but I want my MVC. With TurboGears, I was able to shed the most heinous FileMaker Pro legacy 'solu-tion' imaginable. It has relationshi......一起来看看 《Rapid Web Applications with TurboGears》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

html转js在线工具
html转js在线工具

html转js在线工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换