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

php在頁面中調(diào)用fckeditor編輯器的方法

 更新時(shí)間:2011年06月10日 00:19:47   作者:  
fckeditor編輯器的代碼可以寫成一個(gè)函數(shù)或者類別,直接調(diào)用,不用每次都要寫那么多代碼!
剛才在論壇上看到一個(gè)童鞋分享的方法,感覺不是很全面,現(xiàn)在分享下我的!
復(fù)制代碼 代碼如下:

PHP頁面:
/* 編輯器 */
include_once "../include/fckeditor/fckeditor.php";//把編輯器引進(jìn)來
$editor = new FCKeditor('content');//表單項(xiàng)的名稱
$editor->BasePath = "/fckeditor/";//編輯器所在目錄
$editor->ToolbarSet = "Normal";//工具欄的名字,可以根據(jù)自己的需求加載其他的
$editor->Width = "95%";//寬度度
$editor->Height = "250";//高度
$editor->Value = $content;//初始值
$fckeditor = $editor->CreateHtml();//在要顯示編緝器的地方輸出變量$fckeditor的值就行了
$tpl->assign('fckeditor', $fckeditor);//模板賦值

HTML模板頁面(我用的是smarty)
{%$fckeditor%}

一般php頁面調(diào)用
content 是我定義的變量名
$content =$_POST["content"];
添加:
<INPUT name="content" id="content" type=hidden>
<IFRAME id="content" src="fckeditor/editor/fckeditor.html?InstanceName=content&Toolbar=Normal" frameBorder=0 width=100% scrolling=no height=300 ></IFRAME>
修改頁面:
<INPUT name="content" id="content" type=hidden value="<?php echo $rows['content'];?>">
<IFRAME id="content" src="/fckeditor/editor/fckeditor.html?InstanceName=content&Toolbar=Normal" frameBorder=0 width=100% scrolling=no height=300 >
</IFRAME>

相關(guān)文章

最新評(píng)論

都江堰市| 山丹县| 桦川县| 淳安县| 肇源县| 黑水县| 黄大仙区| 绵阳市| 镇远县| 石景山区| 林州市| 南澳县| 中超| 蓬安县| 荣成市| 通化市| 友谊县| 平乐县| 平舆县| 蚌埠市| 湄潭县| 和林格尔县| 太仓市| 宜昌市| 禄丰县| 康保县| 井冈山市| 靖远县| 武汉市| 安庆市| 赤壁市| 阳春市| 房产| 姚安县| 博白县| 卓尼县| 斗六市| 凌海市| 县级市| 封开县| 迁安市|