❶ 如何使用kindeditor插件
使用方法:
把解压出来的 kindeditor 文件夹,放置到网站的根目录中;注意,为了实现视频显示页面位置不受限制同时不用改变视频调用代码,本插件文件引用均以相对跟目录的绝对路径,如果不放在根目录,对应路径需要全部修改,否则不能正常显示;建议不要改动;
在发布文集页面调用已加入视频播放器插件的kindeditor,调用方法参照http://www.kindsoft.net/docs/usage.html 中的说明。如果自定义配置了辑器的工具栏的情况下,请务必在 items 加入 'insertfile',位置无要求;
如:
items : [
'source', '|', 'undo', 'redo', '|', 'preview', 'print', 'template', 'code', 'cut', '', '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',
'flash', 'media','insertVideo', 'insertfile', 'table', 'hr', 'emoticons', 'map', 'pagebreak',
'anchor', 'link', 'unlink', '|', 'about'
],
对于通过插件工具栏按钮插入生成的代码不要改动,均有其作用的;
在显示文集页面调用视频播放器ckplayer;
<script charset="utf-8" src="/kindeditor/plugins/insertVideo/ckplayer/ckplayer.js"></script>
完成以上步骤即可,使用本插件。
❷ kindeditor使用方法,kindeditor怎么设置长宽度
kindeditor的使用方法以及设置长宽度的方法如下:
首先下载kindeditor的以及和kindeditor相关的文件,如下图所示:
❸ asp网站后台里嵌入kindeditor在线编辑器问题
这样包含进来肯定不行啊,你怎么获取表单的数据呢?
你可以去它的官网
查看使用方法,获取相关帮助,
希望能帮助到你