[wordpress插件] Ckeditor With JqueryCkeditor与jQuery

wordpress 插件 文章 2020-03-24 03:30 472 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

CKeditor With Jquery is a plugin that allows you to add ckeditor to your plugin with ease.

带Jquery的CKeditor是一个插件,可让您轻松地将ckeditor添加到插件中。

It even has the JQuery adapter so you can apply the ckeditor to a textarea using JQuery.

它甚至具有JQuery适配器,因此您可以使用JQuery将ckeditor应用于文本区域。

It is currently using Ckeditor version 3.6.5.

当前使用的是Ckeditor版本3.6.5。

Don’t worry about the “headers already sent” message, the plugin is fine.

不用担心“已发送标题”消息,插件很好。

To include ckeditor within your plugin, run this method after including jquery:

要在插件中包含ckeditor,请在包含jquery之后运行此方法:

include_ckeditor_with_jquery_js();

include_ckeditor_with_jquery_js();

To set a textarea as a ckeditor, use the following jQuery:

要将文本区域设置为ckeditor,请使用以下jQuery:

jQuery(“textarea”).ckeditor();

jQuery(“ textarea”)。ckeditor();

To set a specific textarea, you can use Jquery selector like:

要设置特定的文本区域,可以使用Jquery选择器,例如:

jQuery(“#editor”).ckeditor();

jQuery(“#editor”)。ckeditor();

Built by The Marketing Mix Perth: http://www.marketingmix.com.au

由The Marketing Mix Perth构建:http://www.marketingmix.com.au

安装步骤

1) Install WordPress 3.4.2 or higher

1)安装WordPress 3.4.2或更高版本

2) Download the following file:

2)下载以下文件:

https://downloads.wordpress.org/plugin/ckeditor-with-jquery.1.0.zip

https://downloads.wordpress.org/plugin/ckeditor-with-jquery.1.0.zip

3) Login to WordPress admin, click on Plugins / Add New / Upload, then upload the zip file you just downloaded.

3)登录WordPress管理员,单击“插件” /“添加新文件” /“上传”,然后上传您刚刚下载的zip文件。

Built by The Marketing Mix Perth: http://www.marketingmix.com.au

由The Marketing Mix Perth构建:http://www.marketingmix.com.au

下载地址
https://downloads.wordpress.org/plugin/ckeditor-with-jquery.1.0.zip
-EOF-

AI助手支持GPT4.0