We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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">
The text was updated successfully, but these errors were encountered:
参照我的这篇博文:http://helonghua.com/2015/05/16/dedecms-qiniu/
Sorry, something went wrong.
No branches or pull requests
http://fcz8k.com/dedemcs/377.html
<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,根本没有被初始化比如这个:
else if($GLOBALS['cfg_html_editor']=='ueditor')
{
$fvalue = $fvalue=='' ? '
' : $fvalue;
$code = '<script type="text/javascript" charset="utf-8" src="/include/ueditor/ueditor.config.js">
The text was updated successfully, but these errors were encountered: