主题: 求kindefitor4.0写法
作者: kind支持者, 发布日期: 2011-12-03 18:10:38, 浏览数: 3514

我用的是织梦系统

配的编辑kindefitor 3.5.6

其中织梦有inc_fun_funAdmin.php这样一个文件 是调取编辑器的

kindefitor 3.5.6的判断写法如下:


else if($GLOBALS['cfg_html_editor']=='kindeditor')
	{
		 $html = "";
		 $html .= '<script charset="utf-8" src="../include/kindeditor/kindeditor.js"></script>';
		 $html .= '<script>KE.show({id:"body",imageUploadJson : "/include/kindeditor/php/upload_json.php",
		 fileManagerJson :"/include/kindeditor/php/file_manager_json.php",
		 allowFileManager : true,width:"100%",height:"300px",newlineTag : "p",
		 cssPath : "../include/kindeditor/index.css",
		 
		 afterCreate : function(id) {
		   KE.event.ctrl(document, 13, function() {
		   KE.sync(id);
		   document.forms["form1"].submit();
		   });
		   KE.event.ctrl(KE.g[id].iframeDoc, 13, function() {
		   KE.sync(id);
		  document.forms["form1"].submit();
		   });
		 }});
		 
		 </script><textarea id="body" name="body" tyle="width:100%;height:300px;visibility:hidden;"></textarea>';
	     echo $html;
	}
现在想用4.3 不知道该怎样写判断 ,请知道的指点一下 小弟感激不尽!
作者: kind支持者, 发布日期: 2011-12-03 18:11:56
现在想用4.3 不知道该怎样写判断 ,请知道的指点一下 小弟感激不尽!
回复
发表新帖 发表回复