为了账号安全,请及时绑定邮箱和手机立即绑定

Config FCKeditor_2.6.4

标签:
架构

This is a step by step tutorial on how to config FCKeditor work together with ASPX。

Step 1:
Download FCKeditor_2.6.4 & FCKeditor.Net_2.6.3

Step 2:
1. Create a new web application called ‘TestFCK’.
2. Copy ‘fckeditor’ folder that exists in FCKeditor_2.6.4 zip file to ‘TestFCK’ folder.
3. Copy \FCKeditor.Net_2.6.3\bin\Release\2.0\FredCK.FCKeditorV2.dll to ‘TestFCK’ bin folder.

Step 3:
1. Create a folder named ‘userfiles’ in ‘TestFCK’ folder.
2. Modify ‘Default.aspx’:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TestFCK._Default" %><%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %> <!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 runat="server">     <title></title> </head> <body>     <form id="form1" runat="server">     <FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server">     </FCKeditorV2:FCKeditor>     </form> </body> </html>

Step 4:
Done!

点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消