色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

php下安裝配置fckeditor編輯器的方法

一、php調用fckeditor方法。
二、JS調用fckeditor方法。
復制代碼 代碼如下:
<?php
require_once(PATH_PRE.”fckeditor.php”); // 包含fckeditor類,
$oFCKeditor = new FCKeditor('content') ; //創建一個fckeditor對象,表單的名稱為content
$oFCKeditor->BasePath=”../fckeditor/”; //編輯器所在目錄
$oFCKeditor->ToolbarSet=”YiyunNET”; // 默認編輯器工具欄有Basic(基本工具) Default(所有工具)Soft(分一欄可以插入圖片視頻 ) Renpeng (可以上傳圖片視頻分為兩欄 ) Full (三欄)
$oFCKeditor->Height='100%'; //高度
$oFCKeditor->Width='100%'; //寬度
$oFCKeditor->Value=”"; //初始值 還可設置以下部分(”=”包含部分),并非必須:
$oFCKeditor->Config['SkinPath'] = ‘../editor/skins/silver/'; // 設置編輯器皮膚共有三種皮膚default
$oFCKeditor->Create(); //在要顯示編緝器的地方輸出變量$myeditor的值就行了
?>


FCKeditor js調用方法一
復制代碼 代碼如下:
<script src=”fckeditor/fckeditor.js”></script>
<script type=”text/Javascript”>
var oFCKeditor = new FCKeditor( ‘Content' ) ;
oFCKeditor.BasePath = ‘fckeditor/' ;
oFCKeditor.ToolbarSet = ‘Basic' ;
oFCKeditor.Width = ‘100%' ;
oFCKeditor.Height = ‘400′ ;
oFCKeditor.Value = ” ;
oFCKeditor.Create() ;
</script>

FCKeditor js調用方法二
復制代碼 代碼如下:
<script src=”fckeditor/fckeditor.js”></script>
<script type=”text/Javascript”>
function showFCK(){
var oFCKeditor = new FCKeditor('Content') ;
oFCKeditor.BasePath = ‘fckeditor/' ;
oFCKeditor.ToolbarSet = ‘Basic' ;
oFCKeditor.Width = ‘100%' ;
oFCKeditor.Height = ‘200′ ;
oFCKeditor.Value = ” ;
oFCKeditor.ReplaceTextarea() ;
document.getElementByIdx(”btnShow”).disabled = ‘true';
document.getElementByIdx(”btnShow”).style.display = ‘none';
}
</script>
<textarea name=”Content”></textarea>
<input id=btnShow style=”display:inline” type=button onclick=”showFCK()”>

php技術php下安裝配置fckeditor編輯器的方法,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 苍梧县| 马鞍山市| 珲春市| 庆城县| 静海县| 东平县| 保亭| 三明市| 什邡市| 出国| 尼玛县| 平阳县| 杨浦区| 霍林郭勒市| 隆昌县| 七台河市| 苏尼特右旗| 平凉市| 阜城县| 佛冈县| 新竹县| 剑川县| 永春县| 湖口县| 信丰县| 上林县| 晋州市| 樟树市| 宜城市| 仁寿县| 武定县| 沁源县| 东乡县| 德昌县| 高陵县| 柳江县| 垦利县| 鄂尔多斯市| 瑞昌市| 马边| 兴文县|