Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

求 集成到织梦上的教程吧,网上的各种报错 #9

Open
zhouyongshishui opened this issue Nov 2, 2015 · 1 comment
Open

Comments

@zhouyongshishui
Copy link

http://fcz8k.com/dedemcs/377.html
比如这个:
else if($GLOBALS['cfg_html_editor']=='ueditor')
{
$fvalue = $fvalue=='' ? '
' : $fvalue;
$code = '<script type="text/javascript" charset="utf-8" src="/include/ueditor/ueditor.config.js">

<script type="text/javascript" charset="utf-8" src="/include/ueditor/ueditor.all.js"> <textarea name="'.$fname.'" id="'.$fname.'" style="width:100%;">'.$fvalue.' '; if($gtype=="print") { echo $code; } else { return $code; } } 这段代码是有错误的我觉得 而且 $fname也传入的是body,根本没有被初始化
@aidenhe
Copy link
Contributor

aidenhe commented Mar 5, 2016

参照我的这篇博文:http://helonghua.com/2015/05/16/dedecms-qiniu/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants