当前位置:学问谷 >

有关kindeditor的精选范本

ecshop FCK编辑器换kindeditor编辑器
  • ecshop FCK编辑器换kindeditor编辑器

  • 下载最新版的kindeditor解压到include命名为kindeditor文件:admin/includes/lib_找到functioncreate_html_editor($input_name,$input_value=){global$smarty;$editor=newFCKeditor($input_name);$editor->BasePath=../includes/fckeditor/;$editor->ToolbarSet=Normal;$e...
  • 20090