코드 복사 코드는 다음과 같습니다.
/*
* showfck() 편집기 호출 함수
* @name name(필수)
* @val 값 기본값
* @toolbarset fck 도구 모음 이름
* @width width
* @height height
*/
function showfck($name, $ val= '', $toolbarset = '', $width = '100%', $height = '200'){
$classname = 'fckname'
echo "
";
require_once WEB_ROOT ./include/fckeditor/fckeditor.php'
$fck = new FCKeditor($name); include /fckeditor/';
$fck->Config['CustomConfigurationsPath'] = $fck->BasePath .
$fck->ToolbarSet = $toolbarset; $ fck->값 = $val;
$fck->너비 = $width;
$fck->높이 = $height;
에코 "
"
}
위 내용은 fckeditor 구성 내용을 포함하여 php fckeditor에서 호출하는 기능을 소개하고 있어 PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.