+ -
当前位置:首页 → 问答吧 → 新浪在线可视化编辑器PHP版免费下载

新浪在线可视化编辑器PHP版免费下载

时间:2008-09-25

来源:互联网

调用方法:


<?php
/**
* 新浪博客编辑器PHP版封装类调用方法
*
*/
header('Content-Type:text/html;Charset=utf-8;');
include_once('sinaEditor.class.php');
extract($_POST);
extract($_GET);
unset($_POST,$_GET);
$act=='subok' && die(\"提交的内容是:<br>\".htmlspecialchars($gently_editor));
$editor=new sinaEditor('gently_editor');
$editor->Value='<h2>这个是一个测试!</h2><br>
我的博客:<a href=\"http://www.zendstudio.net/\">http://www.zendstudio.net/</a>';
$editor->BasePath='.';
$editor->Height=500;
$editor->Width=700;
$editor->AutoSave=false;//是否自动保存!!
?>
<form name=\"form1\" id=\"form1\" method=\"post\" action=\"index.php?act=subok\">
<?
$editor->Create();
?>
<input type=\"submit\" value=\"提交\">
<input type=\"reset\" value=\"重置\">
</form>



类已经打包在附件里了(就不拿出来献丑了),请重新下载附件以便更新到最新版本.感谢大家的支持!~

呵呵,看到有网友把新浪博客的在线编辑器给提取了出来,真是强悍。这个编辑器我看着蛮喜欢~

作者: 网中浪子   发布时间: 2008-09-25