Home >php教程 >php手册 >php项目中百度 UEditor 简单安装调试和调用

php项目中百度 UEditor 简单安装调试和调用

WBOY
WBOYOriginal
2016-06-06 19:51:58999browse

这篇文章主要介绍了php项目中百度 UEditor 简单安装调试和调用的相关资料,需要的朋友可以参考下

对于新手来说,只要能实现功能即可,其它设置完全默认。

预览图:

php项目中百度 UEditor 简单安装调试和调用

1.首先 到官网下载,这个不多说。下载后解压到网站你想要的目录,我这里放到根目录下在你需要使用编辑器的地方,插入如下HTML代码:


 2.调用传值

只需在php文件中,加入一句

$sb_remarks=$_POST['sb_remarks'];

 ================================

下面是我的完整事例代码:

index.html:

设备档案


添加设备
设备名称:
编码型号:
生产厂家:
启用日期:
安装位置:


 sb_add.php

 3.如果要修改 编辑器默认字体大小的话,在编辑器UEditor目录,ueditor.all.js文件里面查找“字体” ,就可以找到修改字号和字体的地方

以上所述就是本文的全部内容了,,希望大家能够喜欢。

Statement:
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