Heim >Backend-Entwicklung >PHP-Tutorial >php fckeditor配置

php fckeditor配置

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-23 14:34:571087Durchsuche

<?php	//加载入口文件	include("FCKeditor/fckeditor.php");	//建立对象	$oFCKeditor = new FCKeditor('content') ;	//FCKeditor所在的位置	$oFCKeditor->BasePath = 'FCKeditor/' ;	//工具按钮	$oFCKeditor->Width='100%';	$oFCKeditor->Height='450';	$oFCKeditor->ToolbarSet = 'Default' ;	//$oFCKeditor->Value		= $_SERVER['SCRIPT_NAME'];	$oFCKeditor->Create();?>


content:即textarea的name值;

fckconfig.js:此文件打开后有'Defaut'和'Basic'两种自定义工具条种类,可以修改;

FCKeditor/editor/filemanager/connectors/php/config.php:可以把第一个false改为true,方可上传文件;下一个'UserFilesPath'参数,即是保存上传文件的路径

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:php+soap 入门Nächster Artikel:php中ASCⅡ码