欧美一级淫片免费视频黄,欧美黄色试片,黄网在线免费观看,国产区一区二,九久久久,九九在线视频,日韩视频1区

龍巖易富通網(wǎng)絡(luò)科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

smarty 中使用FCK方法

2015.09.10 | 13閱讀 | 0條評(píng)論 | 未命名

require_once('smarty.inc.php');?????? //smarty配置 require_once('FCKeditor/fckeditor.php'); //fck文件 /** ?* 生成編輯器 ?* @param?? string? input_name? 輸入框名稱 ?* @param?? string? input_value 輸入框值 ?*/ function create_html_editor($input_name, $input_value = '') { ?global $tpl , $global ; ?$editor = new FCKeditor($input_name) ; ?$editor->BasePath?? = "common/lib/FCKeditor/"; ?$editor->ToolbarSet = "Basic"; ?$editor->Width????? = "100%"; ?$editor->Height???? = "320"; ?$editor->Value????? = $input_value; ?$editor->Config['AutoDetectLanguage']?= true ; ?$editor->Config['DefaultLanguage']??= 'en' ; ?$FCKeditor = $editor->CreateHtml(); ?$tpl->assign("FCKeditor", $FCKeditor); } /* 創(chuàng)建 html editor */ create_html_editor('FCKeditor1');

贊 (

發(fā)表評(píng)論