Ckeditor for ASP. NET (2)-Control Integration Guide

Source: Internet
Author: User

To integrate ckeditor into your ASP. NET page, follow these steps:

  1. Go to the official ckeditor
    Download Site and download the latest versionCkeditor 3.xAndCkeditor for ASP. NET control.
  2. Decompress the two installation packages to the specified location.
  3. Add ckeditor for ASP. Net Control Reference to your website.
    Use in Visual Studio Add ApplicationCommand to browse from the decompressed ckeditor for ASP. NET Bin \ release \ ckeditor. net. dll file. You can also manually place the DLL file in your application. binFolder.
  4. From the ckeditor 3. x installation package, place the extracted files to your website application directory.
  5. Register ckeditor for ASP. NET on your page:
    <%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
  6. Add a ckeditor instance to the page:
    <CKEditor:CKEditorControl ID="CKEditor1" BasePath="/ckeditor/" runat="server"></CKEditor:CKEditorControl>
    (Where Basepath pointsCkeditor folder)

A project with ckeditory may look like the following. When running an application through a browser, you can use all the functions of the editor.

Visual Studio project example with ckeditor

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.