Two. Net editors

Source: Internet
Author: User
In Asp.net, there are two good web editors, freetextbox and FCKeditor. Article Introduction, summarized

1 freetextox
When installing freetexbox. dll, you can drag the control.
Add in Web. config
<Httphandlers>
<Add verb = "get" Path = "ftbwebresource. axd" type = "freetextboxcontrols. assemblyresourcehandler, freetextbox"/>
</Httphandlers>

Note that in vs.net 2005 + Asp.net 2.0, you must set it on the page to use freetextbox.
<Ftb: freetextbox id = "freetextbox1" runat = "server" backcolor = "whitesmoke" supportfolder = "~ /Ftbwebresource. axd ">
</Ftb: freetextbox>
Do not miss supportfolder; otherwise, an error occurs.
Also, Set
<% @ Page Language = "C #" autoeventwireup = "true" codefile = "default. aspx. cs" inherits = "_ default" validaterequest = "false" %>
Validaterequest = false;

2 FCKeditor
installation is very troublesome and many articles are provided.
fckeditor2.2 + ASP. net2.0 incomplete strategy
http://blog.csdn.net/21aspnet/archive/2007/04/11/1559848.aspx
http://www.cnblogs.com/zhouxuanmsn/articles/729683.html
http://blog.blueshop.com.tw/topcat/archive/2006/11/30/45727.aspx
http://blog.csdn.net/lanhai180/archive/2006/02/23/607099.aspx

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.