国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > PHP > 正文

php 中調(diào)用fckeditor網(wǎng)頁編輯器方法

2024-05-04 21:56:24
字體:
供稿:網(wǎng)友

下面中要在html 中調(diào)用就行了

  1. <script src=”fckeditor/fckeditor.js”></script>  
  2. <script type=”text/網(wǎng)頁特效”>  
  3. function showfck(){  
  4. var ofckeditor = new fckeditor('content') ;  
  5. ofckeditor.basepath = ‘fckeditor/' ;  
  6. ofckeditor.toolbarset = ‘basic' ;  
  7. ofckeditor.width = ‘100%' ;  
  8. ofckeditor.height = ‘200′ ;  
  9. ofckeditor.value = ” ;  
  10. ofckeditor.replacetextarea() ;  
  11. document.getelementbyidx(”btnshow”).disabled = ‘true';  
  12. document.getelementbyidx(”btnshow”).style.display = ‘none';  
  13. }  
  14. </script>  
  15. <textarea name=”content”></textarea>  
  16. <input id=btnshow style=”display:inline” type=button onclick=”showfck()”> 

今天我們要講了是關(guān)于php如何調(diào)用代碼如:

  1. <? 
  2. include("../editor/fckeditor.php"); 
  3. $ofckeditor = new fckeditor('fckeditor1') ;  
  4. $ofckeditor->basepath = '../editor/';  
  5. $ofckeditor->value = '';  
  6. $ofckeditor->width = '100%' ;  
  7. $ofckeditor->height = '360' ;  
  8. $ofckeditor->create() ; 
  9. ?> 

如果php要獲取值就直接 $_post['fckeditor1']; 就可以了。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 永靖县| 成武县| 咸宁市| 甘孜县| 安徽省| 三台县| 长岛县| 襄垣县| 临沭县| 凤庆县| 云南省| 定日县| 儋州市| 漳州市| 益阳市| 武陟县| 龙游县| 西平县| 芜湖市| 通江县| 盐边县| 民丰县| 东兰县| 奎屯市| 益阳市| 连江县| 昭觉县| 民乐县| 梅州市| 泽州县| 平南县| 河北区| 南陵县| 建始县| 西宁市| 宁蒗| 龙江县| 土默特右旗| 洪江市| 南京市| 土默特左旗|