当前位置:Gxlcms > PHP教程 > KindEditor/初始化参数

KindEditor/初始化参数

时间:2021-07-01 10:21:17 帮助过:17人阅读

  • fileManagerJson

指定浏览远程图片的服务器端程序。

数据类型: String; 默认值: basePath + ‘php/file_manager_json.php’

  • allowPreviewEmoticons

true时鼠标放在表情上可以预览表情。

数据类型: Boolean; 默认值: true

  • allowImageUpload

true时显示图片上传按钮。

数据类型: Boolean; 默认值: true

  1. public function add_code($id,$source){
  2. $data["userid"] = showcookie("uid");
  3. $data["codeid"] = $id;
  4. $data["source"] = $source;
  5. $data["addtime"] = time();
  6. if($this->add("codedata", $data)){
  7. return 1;
  8. }else{
  9. return 0;
  10. }
  11. }

人气教程排行