Asp. NET online text editing Control (section 6th) _ Practical Tips

Source: Internet
Author: User

First, learn how to use the online text editing environment FCKeditor, and then design a page that publishes the log article using FCKeditor implementation.

Learning content
1, add the FCKeditorV2.dll file to the Toolbox.
Right-click the any control group in the Toolbox, select Select Item from the pop-up shortcut menu, eject the Select Toolbox Item dialog box, select the. NET Framework Components tab, click the Browse button, In the pop-up dialog box, select the Add FCKeditorV2.dll file under the Bin folder to add the control complete.
2, configure FCKeditor.
3, modify the web.config site configuration file code.
Double-click Web.config to add code:

<appSettings>
  <add key= "Fckeditor:basepath" value= "~/fckeditor/"/> <add key=
  "FCKeditor: Userfilespath "value=" ~/img/"/>
 </appSettings>

You can also edit from the Axp.net configuration in the Web Site tab in the menu bar.
4, Design default.aspx page.
5, use the FCKeditor control upload picture.
Click the Insert/Edit Pictures tab, upload and browse the picture, send it to the server, and click OK.

Run Effect chart

Summarize
Through the in-depth study of this section, understand the use of online text editing environment FCKeditor, and review the previous learning how to add Third-party controls to the toolbar, is not very simple, but everyone in the writing code must be careful to reduce the error rate, not as careless as the small series Oh.


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.