KindEditor editor call method

Source: Internet
Author: User

The KindEditor editor calls the method. This editor can be used in any language. It is a pure js editor, but its default editing is utf-8. If it is edited by gb2312, it is KindEditor. open js and save it as gb2312. You can use it in the gb2312 document. Otherwise, garbled characters may occur.

The following describes how to call kindeditor. We first call KindEditor. js in the document to be edited. Let's take an example:

<Script type = "text/javascript" src = "KindEditor. js"> </script>/This is in the header of the document,

<Div style = "font-size: 12px; margin-bottom: 5px; margin-left: 5px;"> </div>
<Input type = "hidden" name = "content">
     
<Script type = "text/javascript">
Var editor = new KindEditor ("editor ");
Editor. hidenName = "content ";
Editor. skinPath = "./skins/tiny/"; // you can specify the skin path.
Editor. iconPath = "./icons/"; // Picture
Editor. imageAttachPath = "./attached /";//

Editor. imageUploadCgi = "upload_cgi/upload. php ";
Editor.css Path = "common.css ";
Editor. editorWidth = "99% ";
Editor. editorHeight = "270px ";
Editor. show ();
Function KindSubmit (){
Editor. data ();
    }
</Script>

 

That's easy,

 

Note: For reprint, please describe the original site www.111cn.net

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.