Home >Backend Development >PHP Tutorial >请问百度编辑器怎么用啊?

请问百度编辑器怎么用啊?

WBOY
WBOYOriginal
2016-06-23 14:20:471007browse

编辑器

百度编辑器怎么用?哪个懂?搞点代码看看

回复讨论(解决方案)

他不是提供有样例代码吗?为什么不看?

我都不知道在哪,刚来公司什么都要自己学。。。

http://ueditor.baidu.com/website/

[code=ue] 
实例化
 //第一种
 UE.getEditor('editor_ID');
 //第二种
  var editor = new UE.ui.Editor();
  editor.render("editor_ID");
[/code]
看看。




心态都不对~一来就要代码~你确定有自己google或者baidu找过资料自己思考和实践过么

是的 有demo的 拿过来直接复制代码就可以用了...

参考 http://ueditor.baidu.com/website/download.html#ueditor
有各个语言的版本

官网不是有例子的,不去研究下。

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