How to Use the HtmlArea editor in Asp.net

Source: Internet
Author: User

HtmlAreaIt is a simple WTYSWTYG editor. I used FreeTextBox in the past. It has many disadvantages, slow running speed, complicated architecture, and not supported.AjaxWait a moment. I also wrote an article titled the preliminary solution to the compatibility between UpdatePanel and Freetextbox in Ajax. Now I am determined to cut it down.

 

HtmlArea is a pure JS + Html editor. Theoretically, it can be set on any language platform.Asp. Net2.0 + Ajax is a good combination. Now this blog system has used it as an article editor. The following describes the installation steps.

First download HtmlArea3.0 and decompress it to a directory of the Web project.

 

 

Lang/gb. js is a Chinese language file, which is officially ANSI encoded by default if your web. if config is set to UTF-8 (default), use NotePad to open gb. save as UTF-8.

 

<Script type = "text/javascript"> _ editor_url = "../HtmlArea/"; _ editor_lang = "gb"; </script>

<Script type = "text/javascript" src = "../HtmlArea/htmlarea. js"> </script>

 

<Asp: TextBox ID = "HtmlArea" CssClass = "htmlarea" runat = "server" Height = "200px" TextMode = "MultiLine" Width = "100%"> </asp: textBox>

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.