Home > php教程 > php手册 > body text

Thinkphp整合最新版UEditor 1.4.3.1版本

WBOY
Release: 2016-06-07 11:36:04
Original
1161 people have browsed it

Thinkphp整合最新版UEditor 1.4.3.1版本看过网络上给的教程,调用不出来。亲测这样是可以的。
百度官网手册里面写的是调不出出来的,至少目前为止是这样的。

根据我看到的以前的Tp3.1版本的也是调用不出来的。

所以贴出下面代码,亲测是没有问题的。

我下载的是PHP版本的UEditor 1.4.3.1


代码如下        <script><br /> window.UEDITOR_HOME_URL = "__PUBLIC__/ueditor/";<br /> </script><br>         <!-- 配置文件 --><br>         <script></script><br>         <!-- 编辑器源码文件 --><br>         <script></script><br>         <script></script><br>         <script></script><br>         <!-- 实例化编辑器 --><br>         <script><br /> var ue = UE.getEditor(&#039;content&#039;);<br /> </script>

AD:真正免费,域名+虚机+企业邮箱=0元

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!