For some reason, FCKEditor
automatically wraps any content entered into the textbox with a
<p> tag. This can cause for some problems in your layout when
you're actually displaying the content. Instead of trying to fix this
in your layout with CSS, there is a quick and easy way to turn the
auto-wrap off in FCKEditor: Change the FCKConfig.EnterMode
setting from 'p'
to 'br'
. There are a
few ways to handle this:
- Edit fckconfig.js
:
Change FCKConfig.EnterMode
= 'p';
to FCKConfig.EnterMode = 'br';
- Change the setting programatically when you instantiate the object,
like so (in PHP):
<?php
include_once('fckeditor/fckeditor.php');
$oFCKeditor = new FCKeditor('description');
$oFCKeditor->BasePath = '/fckeditor/';
$oFCKeditor->Value = 'some text';
$oFCKeditor->Config['EnterMode'] = 'br'; // turn off auto
<p> tags wrapping content
$oFCKeditor->Create();
?>
I prefer the latter way because you can do it on a page by page
basis, and there's no messing with FCK's core JavaScript files.
分享到:
相关推荐
《fckEditor2.6美化实用版<JSP>——打造高效富文本编辑体验》 fckEditor是一款功能强大的开源富文本编辑器,尤其在JSP(JavaServer Pages)环境中广泛应用。fckEditor2.6版本是其发展过程中的一个重要里程碑,它在...
<br> }<br> </script><br></head><br><body><br> <form id="dataform" method="post" action="target.aspx"><br> <textarea id="content"></textarea><br> </form><br></body><br></html><br><br>说明:<br><br>...
<br>}<br></script><br></head><br><body><br><form id="dataform" method="post" action="target.aspx"><br><textarea id="content"></textarea><br></form><br></body><br></html><br><br>说明:<br><br><script ...
北科院交园驾校全站源码<br><br>首页栏目设置:驾校首页 图片展示 收费标准 报名咨询 网上报名 乘车路线 留 言 板 模拟考试 录取情况 <br>后台设置:<br><br>报名人员 | 收费标准 页面信息 校园简介 | 报名咨询 ...
Version 2.5<br>Attention : This version is not compatible with releases before FCKeditor 2.5.1.<br><br>New Features and Improvements:<br><br>[#1548] Compatible with Safari 3.0+ and Opera 9.50+. <br>...
) <br>After an incredible development period, full of challenges and enriched by brilliant ideas, here we are with the Beta for the most important release of FCKeditor since version 2.0. It brings not...
包括以下几个内容:<br>1.程序瘦身<br>2.修改 fckeditor/fckconfig.js<br>3.配置文件上传及文件浏览功能<br>4.修改回车另起一段问题<br>5.自由设定文件上传目录<br>6.自定义工具栏, 修改fck菜单样式设置<br>7.附送...
name><br> <param-value /><br> </context-param><br><br> <servlet><br> <servlet-name>Connector</servlet-name><br> <servlet-class><br> com.fredck.FCKeditor.connector.ConnectorServlet<br> </servlet-...
<script type="text/javascript" src="<%=basePath%>/fckeditor/editor/fckeditor.js"></script> ``` 然后,根据需要创建编辑器实例并配置: ```javascript var oFCKeditor = new FCKeditor( 'txtContent' ) ; ...
还有很多令人激动的改进,具体如下:<br><br>一、修正bugs <br>1. FCKEditor编辑器插入图片出现调用asp文件错误,正确应该调用php。<br><br>2. 曼波登录bug<br>1) 如果输入的用户名存在,密码错误,就会弹出提示;...
UserAdd.aspx 添加用户<br>AdminNews.aspx 新闻管理<br>Class.aspx 分类管理<br>Default.aspx 后台登陆<br>EditClass.aspx 编辑分类<br>...MasterPage.master 前台母版页<br>Class.aspx 前台分类页<br><br>/fckeditor/...
也会让用户等得不耐烦.<br><br>在2.0版中,开发人员有两种方法来解决这个问题.<br>那就是指定装载顺序和脚本压缩<br><br>装载顺序<br>从2.0版开始,编辑器按以下步骤装载资源:<br>.基本页(就是编辑器所在页)以及装入...
<br>·增加数据库管理功能:<br> > 系统检测,服务器相关信息,组件支持情况;<br> > 压缩数据库、备份数据库、恢复数据库。<br>·添加了部份帮助内容。<br>·加入防注入功能。<br>·采用FCKeditor编辑器,支持XHTML...
<br>6、内置FCKeditor WYSIWYG编辑器; <br>7、相关文章,在发布文章时,只要输入关键字,文章就会自动搜索相关的文章并显示在相关文章列表当中; <br>8、系统自带数据库备份功能,可以有选择或无选择的备份所需要的数据....
</javascript><IMG ><IMG><P>Test</P>"; string safeHtml = AntiXss.GetSafeHtmlFragment(html); Console.WriteLine(safeHtml); 上面的危险内容被成功替换,返回的内容是: <a href="">aaaaaaaaa</a>javascript ...
系统更新:<br> 新设置的Kernel论坛核心,无关显示类型,可作为Page(aspx)或Control(ascx)显示输出。<br> 底层代码再次大力优化。<br> 更新论坛编辑器为FCKeditor beta2<br> 改进的dv2k2转换程序<br> 新的通用后台...
V2.5修正的一些功能<br> <br> 1. 修正允许普通用户发表帖子时上传附件。<br> <br> <br> 2. 修正用户固顶之后当编辑的时候不在固顶。<br> <br> <br> 3.更换论坛的编辑器。新的编辑器采用开源项目(FCKEDITOR),支持...
更新内容:<br> 1、参照新云完善了用户中心。<br> 2、优化Html生成方法。<br> 3、加强了上传功能,使用Webb大文件上传组件。<br> 4、增强了FckEditor,增加采集远程图片功能,完善上传验证。<br> 5、增加搜索功能。...
例如,有如下的字符串: 代码如下:<li><a><span class=”article-date”>[09/11]</span>FCKEditor高亮代码插件测试</a></li> 现在,需要提取 href 后面的网址,[]内的日期,和 链接的文字。 下面给出C#, ASP 和 ...
会员管理 PayPal用户 收货订单管理 发货订单管理 退款订单管理 等<br>数据库操作采用DbHelper,编辑器采用的是FCKeditor<br>后台进入地址:/managesys/login.aspx<br>前后台帐号密码均为:51aspx<br>