超强的网站编辑器FCKeditor 2.4.1[asp][含有查看/重命名/删除功能]
做网站后台的大概都知道编辑器,因为有内容需要一些特殊处理。比如说换行,回车等等,在此我推荐一个比较强悍的网站后台编辑器FCKeditor。它兼容的浏览器比较的多。而且功能也比较的强,可以自己定义。好了,下面就让我们来看一下这个功能强大的编辑器怎么使用吧。
ASP版:
<!--#include file="FCKeditor_2.5.1/fckeditor.asp"-->
<%
dim oFCKeditor
set oFCKeditor = new FCKeditor
oFCKeditor.BasePath = "/FCKeditor_2.5.1/"
'oFCKeditor.Config("FlashBrowser")=true
'oFCKeditor.Config("LinkBrowser")=true
'oFCKeditor.Config("ImageBrowser")=true
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "100%"
oFCKeditor.Height = "550"
oFCKeditor.Value = "" 'rs("content")
oFCKeditor.Create "obj"
%>
在这里我只写了个ASP版的用法,具体更深的用法,下次再贴吧。
JS版:
<script type="text/javascript">
<!--
function showFCK(){
var oFCKeditor = new FCKeditor( 'fbContent' ) ;
oFCKeditor.BasePath = '/FCKeditor/' ;
oFCKeditor.ToolbarSet = 'Basic' ;
oFCKeditor.Width = '100%' ;
oFCKeditor.Height = '200' ;
oFCKeditor.ReplaceTextarea() ;
}
//-->
</script>
<textarea name="fbContent" id="fbContent" ></textarea>
请点击此载下。
本站 FCKeditor 2.41所具有的功能与官网相比,多了一些插件,更适合个人使用,更人性化。
所加内容:
1:上传的内容全部放在uploadfile这里面了,而且通过浏览可以删除,更改这些上传到网上的内容,因为有些文章已经删除了,但文章内容的图片或者附件还在空间里,太浪费我的空间了。注:此版本带有删除图片的功能,但使用不当,输入一个特殊的路径照样可以删除你的小站。fckeditor根目录下有一个fileCheckPower.asp可以设置一下cookie或者session。此版本在开启cookies或session似乎在IE下有时正常,有时不正常,但在ff下一切正常。
2:加入了FLASH播放器的功能。
3:加入了IMAGE MAP的功能。
4:加入了远程图片下载功能,因为有时收集的文章内容图片可能在人家的网络上,但人家把图片删除了,于是自己的文章中的图片也就成了XX了。太不美观了,也给阅读者带来困难。(注:默认情况下不会自动下载的,需要你点那个图标,选中要下载的图片,这样也就行了。)
2011-09-20 取消下载有asp的相关文件,不再提供任何asp方面的技术支持。
ASP版:
<!--#include file="FCKeditor_2.5.1/fckeditor.asp"-->
<%
dim oFCKeditor
set oFCKeditor = new FCKeditor
oFCKeditor.BasePath = "/FCKeditor_2.5.1/"
'oFCKeditor.Config("FlashBrowser")=true
'oFCKeditor.Config("LinkBrowser")=true
'oFCKeditor.Config("ImageBrowser")=true
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "100%"
oFCKeditor.Height = "550"
oFCKeditor.Value = "" 'rs("content")
oFCKeditor.Create "obj"
%>
在这里我只写了个ASP版的用法,具体更深的用法,下次再贴吧。
JS版:
<script type="text/javascript">
<!--
function showFCK(){
var oFCKeditor = new FCKeditor( 'fbContent' ) ;
oFCKeditor.BasePath = '/FCKeditor/' ;
oFCKeditor.ToolbarSet = 'Basic' ;
oFCKeditor.Width = '100%' ;
oFCKeditor.Height = '200' ;
oFCKeditor.ReplaceTextarea() ;
}
//-->
</script>
<textarea name="fbContent" id="fbContent" ></textarea>
本站 FCKeditor 2.41所具有的功能与官网相比,多了一些插件,更适合个人使用,更人性化。
所加内容:
1:上传的内容全部放在uploadfile这里面了,而且通过浏览可以删除,更改这些上传到网上的内容,因为有些文章已经删除了,但文章内容的图片或者附件还在空间里,太浪费我的空间了。注:此版本带有删除图片的功能,但使用不当,输入一个特殊的路径照样可以删除你的小站。fckeditor根目录下有一个fileCheckPower.asp可以设置一下cookie或者session。此版本在开启cookies或session似乎在IE下有时正常,有时不正常,但在ff下一切正常。
2:加入了FLASH播放器的功能。
3:加入了IMAGE MAP的功能。
4:加入了远程图片下载功能,因为有时收集的文章内容图片可能在人家的网络上,但人家把图片删除了,于是自己的文章中的图片也就成了XX了。太不美观了,也给阅读者带来困难。(注:默认情况下不会自动下载的,需要你点那个图标,选中要下载的图片,这样也就行了。)
2011-09-20 取消下载有asp的相关文件,不再提供任何asp方面的技术支持。
- 没有相关文章
- 没有评论