用户名:
密 码: 记住
您当前的位置:首页 > 网络编程 > php教程

PHP网页中Ewebeditor编辑器嵌入方法

时间:2015-01-23  来源:西部数据  作者:西部数据

在php中我们经常会使用各种编辑器,下面我来介绍在PHP网页中Ewebeditor编辑器嵌入代码,各位同学可参考.

下载“Ewebeditor”PHP编辑器

在 </head> 之前加上下面一段代码:

  1. <script>  
  2. function checkForm()  
  3. {  
  4. document.form1.content .value = window.ewebeditor .getHTML();  
  5. ************getHTML() 获得编辑区内容  
  6. ************ 此处的名字 ewebeditor 要与 iframe 中的 name="ewebeditor" 相同  
  7. ************content.value 也要与 content 中的 <input > 中相对应  
  8. }  
  9. </script> 

下面一段代码是把 ewebeditor 嵌入到网页中:

  1. <input type="hidden" name="content" id="content" value ="">  
  2. **********id="content" 中的 content 要与 <iframe> 中的 id=content 相同!  
  3. <iframe id="ewebeditor" name="ewebeditor" src="ewebeditor/ewebeditor.php?id=content " frameborder="0" scrolling="no" width="100%" HEIGHT="450">  
  4. </iframe>  
来顶一下
返回首页
返回首页
推荐资讯
WiFi太不安全:7岁女孩11分钟内入侵公共网络 WiFi太不安全:7岁女孩11分钟内入侵近期刚刚发布研究说WiFi网络能获得人们手机里多少私人信息,
不服跑个分?人工智能也出现“刷分”乱象 不服跑个分?人工智能也出现“刷分2014年,人工智能领域突然爆发,成为了科研和科技创业的热门
相关文章
    无相关信息
栏目更新
栏目热门