求类似RadEditor能edit full HTML的Web Editor

肖无疾 2009-11-27 05:58:59
测试:
1.切换编辑器到源码视图,并粘贴以下代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>请保留</title>
<style type="text/css">
<!--
body {
color: #FF0000;
}
-->
</style>
</head>
<body>
测试
</body>
</html>

2.切换编辑器到设计视图,再对“测试”加粗
3.再次切换到源码视图,显示代码应为

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>请保留</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
body {
color: #FF0000;
}
-->
</style>
</head>
<body>
<strong>测试</strong>
</body>
</html>
...全文
153 19 打赏 收藏 转发到动态 举报
写回复
用AI写文章
19 条回复
切换为时间正序
请发表友善的回复…
发表回复
肖无疾 2009-12-28
  • 打赏
  • 举报
回复
我错了,FCKeditor可以的,在文件fckconfig.js中将FCKConfig.FullPage设为true,CKEditor 3.0.2及以下好像是无效,明知有这个bug怎么后来被删了
肖无疾 2009-12-02
  • 打赏
  • 举报
回复
顶者有分
肖无疾 2009-12-01
  • 打赏
  • 举报
回复
[Quote=引用 16 楼 chen_xiangguo 的回复:]
有东西的,不是no body
学了英语我们不能乱用呀
。。。
[/Quote]
以下是火狐的测试结果,是不是no body啊,需要HTML文件的在线编辑器,W3C标准

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>请保留</title>
<style type="text/css">
<!--
body {
color: #FF0000;
}
-->
</style>

<span style="font-weight: bold;">测试
</span>
肖无疾 2009-11-30
  • 打赏
  • 举报
回复
8楼和10楼的图片组合实在太完美了
chen_xiangguo 2009-11-30
  • 打赏
  • 举报
回复
有东西的,不是no body
学了英语我们不能乱用呀
。。。
肖无疾 2009-11-30
  • 打赏
  • 举报
回复
[Quote=引用 12 楼 chen_xiangguo 的回复:]
中文所见即所得网页编辑器
[/Quote]
no body,no body
koubi-jj 2009-11-29
  • 打赏
  • 举报
回复
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
肖无疾 2009-11-29
  • 打赏
  • 举报
回复
[Quote=引用 1 楼 sundotlei 的回复:]
Try TinyCE

DownLoad: http://tinymce.moxiecode.com/
[/Quote]
不满足要求,看测试例子,head没有了
肖无疾 2009-11-29
  • 打赏
  • 举报
回复
[Quote=引用 3 楼 xiaojing7 的回复:]
推荐:http://www.pudn.com/downloads59/sourcecode/web/detail206326.html
[/Quote]
怎么是java的?
chen_xiangguo 2009-11-29
  • 打赏
  • 举报
回复
肖无疾 2009-11-29
  • 打赏
  • 举报
回复
[Quote=引用 2 楼 crazylaa 的回复:]
ckeditor啊,好多人用
http://ckeditor.com/demo
[/Quote]
也没保留<html
道光2008 2009-11-28
  • 打赏
  • 举报
回复
webeditor很好,很强大
弘毅致远 2009-11-27
  • 打赏
  • 举报
回复
帮你顶下。
弘毅致远 2009-11-27
  • 打赏
  • 举报
回复
ckeditor
freeText
xiaofan_sap 2009-11-27
  • 打赏
  • 举报
回复
不懂 所以帮顶
xiaojing7 2009-11-27
  • 打赏
  • 举报
回复
推荐:http://www.pudn.com/downloads59/sourcecode/web/detail206326.html
crazylaa 2009-11-27
  • 打赏
  • 举报
回复
ckeditor啊,好多人用
http://ckeditor.com/demo
sundotLei 2009-11-27
  • 打赏
  • 举报
回复
Try TinyCE

DownLoad: http://tinymce.moxiecode.com/

87,907

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧