最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

fckeditor在php中的用法(添加于修改寫成了函數(shù))

 更新時(shí)間:2009年12月15日 12:32:35   作者:  
這里就不多說(shuō)了,看代碼。后面有說(shuō)明。
復(fù)制代碼 代碼如下:

function CreateEditor ($act,$id,$url) { #調(diào)用FCKeditor并補(bǔ)完發(fā)表文章的表單,act=0:發(fā)表新文章 =1修改文章
include("editor/fckeditor.php"); //FCKeditor已存放到此目錄下
$oEditor = new FCKeditor ("content"); //對(duì)應(yīng)于一個(gè)input控件,相當(dāng)于是一個(gè)name=content的textarea
$oEditor -> BasePath = 'editor/'; //配置基本信息
$oEditor -> Width = "100%";
$oEditor -> Height = "400";
if( $act ) {
$query = "SELECT title,content FROM article WHERE id=$id";
$result = mysql_query($query);
$fillin = mysql_fetch_array($result);
}
echo '<form action="'.$url.'" method="post">';
echo '<p>Title: <input type="text" class="text" class="text" name="title" size="100" value="'.$fillin['title'].'"></p><p>';
if( $act ) $oEditor -> Value = $fillin['content']; //若是修改文章,則將原文章內(nèi)容放進(jìn)編輯器
$oEditor -> Create(); //創(chuàng)建編輯器
echo '</p>';
echo '<p><input type="submit" class="button" value="P o s t"></p>';
echo '</form>';
}



如果是編輯頁(yè)面:(直接把下面的放在文本區(qū)域就可以了)
復(fù)制代碼 代碼如下:

<?php
include("../../../FCKeditor/fckeditor.php"); //FCKeditor已存放到此目錄下
$oEditor = new FCKeditor ("content"); //對(duì)應(yīng)于一個(gè)input控件,相當(dāng)于是一個(gè)name=content的textarea
$oEditor -> BasePath = '../../../FCKeditor/'; //配置基本信息
$oEditor -> Width = "100%";
$oEditor -> Height = "400";
$oEditor -> Value = $list['content']; //若是修改文章,則將原文章內(nèi)容放進(jìn)編輯器
$oEditor -> Create(); //創(chuàng)建編輯器
?>

相關(guān)文章

最新評(píng)論

钟山县| 乐亭县| 琼结县| 井研县| 青冈县| 岢岚县| 齐河县| 抚顺市| 肇源县| 工布江达县| 得荣县| 荥阳市| 闽清县| 环江| 鲜城| 宁南县| 岳西县| 麻阳| 施甸县| 吴川市| 长治县| 安乡县| 溧阳市| 那曲县| 九江市| 德令哈市| 信丰县| 察雅县| 比如县| 永清县| 潼关县| 镇安县| 夏河县| 基隆市| 宽甸| 佛坪县| 武夷山市| 襄樊市| 花莲县| 辰溪县| 即墨市|