亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

將CKfinder整合進(jìn)CKEditor3.0的新方法

 更新時間:2010年01月10日 00:21:02   作者:  
最新發(fā)布的CKFinder 1.4版 已經(jīng)提供了對CKEditor3.0的支持
CKFinder 1.4 下載地址:http://ckfinder.com/
CKEditor3.0 下載地址:http://ckeditor.com/
實例:
復(fù)制代碼 代碼如下:

<textarea id="Textarea1" name="editor1" rows="10" cols="80"></textarea>
<script type="text/javascript">
if (typeof CKEDITOR == 'undefined') {
document.write('加載CKEditor失敗');
}
else {
var editor = CKEDITOR.replace('editor1');
CKFinder.SetupCKEditor(editor, '../ckfinderPath/');
}
</script>

這里要注意的是textarea 不要再給class="ckeditor" 他會自動加載樣式,否則會報錯

更多DEMO 請參見官網(wǎng):http://ckfinder.com/demo

相關(guān)文章

最新評論