Home >Backend Development >PHP Tutorial >fckeditor configures the functions called by php fckeditor
Copy code The code is as follows:
/*
* showfck() Editor calls function
* @name name (required)
* @val value default value
* @toolbarset fck toolbar name
* @ width width
* @height height
*/
function showfck($name, $val= '', $toolbarset = '', $width = '100%', $height = '200'){
$classname = ' fckname';
echo "
The above introduces the functions called by fckeditor configuration php fckeditor, including the content of fckeditor configuration. I hope it will be helpful to friends who are interested in PHP tutorials.