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

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

剛才在論壇上看到一個(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>

php技術(shù)php在頁面中調(diào)用fckeditor編輯器的方法,轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 嘉兴市| 靖安县| 汝南县| 锡林郭勒盟| 巴东县| 宝兴县| 黔西| 萍乡市| 石屏县| 永平县| 长武县| 博爱县| 浙江省| 麦盖提县| 潞城市| 泽普县| 巨野县| 浦东新区| 萨迦县| 南投县| 原阳县| 若尔盖县| 历史| 七台河市| 平阳县| 清苑县| 黑山县| 平利县| 谷城县| 汤阴县| 池州市| 高台县| 海原县| 枝江市| 永泰县| 仁布县| 澎湖县| 白城市| 临沧市| 阿拉善左旗| 西乡县|