当前位置: 代码迷 >> PHP >> 请教百度编辑器如何用啊
  详细解决方案

请教百度编辑器如何用啊

热度:98   发布时间:2013-09-08 15:21:21.0
请问百度编辑器怎么用啊?
百度编辑器怎么用?哪个懂?搞点代码看看
编辑器

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




  相关解决方案