未分類

CKEditor

今天才知道原來的FCK 已經改名字..
http://ckeditor.com/


basePath = '/ckeditor/'
	// If not set, CKEditor will try to detect the correct path.
	$CKEditor->basePath = 'ckeditor/';
	// Replace textarea with id (or name) "editor1".
	$CKEditor->replace("editor1");
	?>