8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
帝国cms7.0整合百度编辑器ueditor教程开始8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
1、根据自己使用的帝国cms版本编码下载对应的ueditor版本8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
下载地址 http://ueditor.baidu.com/website/download.html#ueditor8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
2、解压附件,重命名为”ueditor“,将”ueditor“文件夹上传至帝国cms的/e/data/ecmseditor/下8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
3、进入帝国CMS后台,依次点击:系统 - 新建表与系统模型 - 管理数据表 - 管理字段,修改字段输入表单8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
4、修改”newstext 新闻正文“字段8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
5、将以下代码,覆盖到”输入表单替换HTML代码“处8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<script type= "text/javascript" src= "/e/data/ecmseditor/ueditor/ueditor.config.js" ></script> <script type= "text/javascript" src= "/e/data/ecmseditor/ueditor/ueditor.all.js" ></script> <link rel= "stylesheet" href= "/e/data/ecmseditor/ueditor/themes/default/ueditor.css" > <script type= "text/plain" id= "myEditor" name= "newstext" > <?=$ecmsfirstpost==1? "" :stripSlashes($r[newstext])?> </script> <script type= "text/javascript" > var editor = new baidu.editor.ui.Editor(); editor.render( "myEditor" ); editor.classid = <?=$classid?>; editor.filepass = <?=$filepass?>; </script> <table width= "100%" border= "0" cellpadding= "3" cellspacing= "1" bgcolor= "#DBEAF5" > <tr> <td bgcolor= "#FFFFFF" > <input name= "dokey" type= "checkbox" value= "1" <?=$r[dokey]==1? ' checked' : '' ?>> 关键字替换 <input name= "copyimg" type= "checkbox" id= "copyimg" value= "1" > 远程保存图片( <input name= "mark" type= "checkbox" id= "mark" value= "1" > <a href= "SetEnews.php" target= "_blank" >加水印</a>) <input name= "copyflash" type= "checkbox" id= "copyflash" value= "1" > 远程保存FLASH(地址前缀: <input name= "qz_url" type= "text" id= "qz_url" size= "" > )</td> </tr> <tr> <td bgcolor= "#FFFFFF" ><input name= "repimgnexturl" type= "checkbox" id= "repimgnexturl" value= "1" > 图片链接转为下一页 <input name= "autopage" type= "checkbox" id= "autopage" value= "1" > 自动分页 ,每 <input name= "autosize" type= "text" id= "autosize" value= "5000" size= "5" > 个字节为一页 取第 <input name= "getfirsttitlepic" type= "text" id= "getfirsttitlepic" value= "" size= "1" > 张上传图为标题图片( <input name= "getfirsttitlespic" type= "checkbox" id= "getfirsttitlespic" value= "1" > 缩略图: 宽 <input name= "getfirsttitlespicw" type= "text" id= "getfirsttitlespicw" size= "3" value= "<?=$public_r[spicwidth]?>" > *高 <input name= "getfirsttitlespich" type= "text" id= "getfirsttitlespich" size= "3" value= "<?=$public_r[spicheight]?>" > )</td> </tr> </table> |
6、帝国CMS百度编辑器整合完成,其他模型整合同理。8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
帝国CMS前台显示代码高亮教程。将以下代码复制到要显示代码高亮的页面。8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
1
2
3
4
5
|
<script src= "/e/data/ecmseditor/ueditor/third-party/SyntaxHighlighter/shCore.js" type= "text/javascript" ></script> <link rel= "stylesheet" href= "/e/data/ecmseditor/ueditor/third-party/SyntaxHighlighter/shCoreDefault.css" > <script type= "text/javascript" > SyntaxHighlighter.all(); </script> |
8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
最后在加一条解决百度编辑器代码高亮不换行的BUG8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
1、找到高亮代码显示的css文件 /e/data/ecmseditor/ueditor/third-party/SyntaxHighlighter/shCoreDefault.css8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
2、搜索8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
1
|
width:100%!important;margin:.3em 0 .3em 0!important;position:relative!important;overflow:auto!important;background-color:#f5f5f5!important;border:1px solid #ccc!important; |
3、替换成以下代码8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
1
|
width:100%!important;margin:.3em 0 .3em 0!important;position:relative!important;overflow:auto!important;background-color:#f5f5f5!important;border:1px solid #ccc!important;word-break:break-all; |
4、保存完成8Hv崇阳网站建设|崇阳网站设计|网站制作|网页设计—楚梦亿网络科技有限公司
日期:2021-10-11 浏览次数:
曝光骗子一个 姓名:姚照兵 手机号:13951217359 微
日期:2021-10-03 浏览次数:
曝光骗子一个 姓名:吕斌 身份证:120105199509240919
日期:2020-06-23 浏览次数:
日期:2020-03-24 浏览次数:
日期:2020-03-24 浏览次数:
1. Apache 部署SSL证书 (只能应用一个证书, 如果
日期:2017-03-09 浏览次数: