关于本站
“最难不过坚持”
本人承接扒站仿站,php网站维护,病毒查杀,网站编辑,网站改版,html制作
有需要网站维护,改版,病毒查杀,网站编辑,网站备案,html制作等相关的工作可以联系我。
本人有多年相关工作经验,也可提供免费咨询,交个朋友。
有需要探讨问题的朋友,也可以加我微信,共同探讨!
微信:15011482830 QQ:408917339
2655
39
分类目录
最新评论
- https://jueru.net/
-
- :weixiao:
-
- :shuijiao: :weiqu: :zhenbang: :leng:
-
- :yiwen: :yiwen: :yiwen: :yiwen:
-
- 这个业务逻辑多少都有点奇怪了,阅读浏览次数增值在新闻详情页的控制器方法里setInc,这怎么还写进模型事件里了。如果非要用onAfterRead也可以,把新闻文章的内容单独分出来一个news_content表,然后把它和news做关联,然后给news_content表的onAfterRead事件做增值处理,这样点进新闻页内查询到文章内容时才会触发它。
-
文章标签更多
打开边栏(ESC)
关闭边栏(ESC)
直接代码:
//编辑器 KindEditor.ready(function(K) { editor1 = KindEditor.create('textarea[name="diyContent"]', { height:'300px', uploadJson : ZHT.U('admin/base/editorUpload'), allowFileManager : false, allowImageUpload : true, themeType : "default", items:[ 'source', 'undo', 'redo', 'preview', 'print', 'template', 'code', 'cut', 'copy', 'paste', 'plainpaste', 'wordpaste', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent', 'subscript', 'superscript', 'clearhtml', 'quickformat', 'selectall', 'fullscreen', 'formatblock', 'fontname', 'fontsize', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline', 'strikethrough', 'lineheight', 'removeformat', 'image','multiimage','media','table', 'hr', 'emoticons', 'baidumap', 'pagebreak', 'anchor', 'link', 'unlink' ], afterBlur: function(){ this.sync(); } }); });如果设置高度后,发现高度不会小于300px,则在kindeditor-all.js查找minHeight修改一下
赏
相关推荐
kindeditor批量图片上传,修改上传的数量和大小限制
KindEditor批量图片上传,默认允许用户同时上传20张图片,单张图片容量不超过1MB。
有时不满足我们的需要,就需要修改KE批量上传图片的个数和单个图片大小限制。
KindEditor 4.1.11:
方法一:调用KE时配置好参数就行,代码如下:
<link rel="stylesheet" h...
kindeditor编辑器插入程序代码后在<p>标签和<pre>标签间会多出一行<p><br></p>
kindeditor编辑器插入程序代码后在<p>标签和<pre>标签间会多出一行<p><br></p>
导致前台显示的时候很难看。如下图:
我想实现的情况是1,但是出现的情况是2
而且初次提交代码没问题,当修改的时候用到“HTML代码”标签的时候,就会出现多...
评论加载中...
前一篇: KindEditor编辑器只读