❶ 如何使用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在線編輯器問題
這樣包含進來肯定不行啊,你怎麼獲取表單的數據呢?
你可以去它的官網
查看使用方法,獲取相關幫助,
希望能幫助到你