How to call fckeditor web editor in php_PHP tutorial

WBOY
Release: 2016-07-13 10:54:30
Original
954 people have browsed it

Just call it in html




Today we are going to talk about php tutorial how to call code such as

include("../editor/fckeditor.php");

$ofckeditor = new fckeditor('fckeditor1') ;
$ofckeditor->basepath = '../editor/';
$ofckeditor->value = '';
$ofckeditor->width = '100%' ;
$ofckeditor->height = '360' ;
$ofckeditor->create() ;

?>

If php wants to get the value, just

$_post'fckeditor1'];


That's it.

For more details, please check: http://www.bKjia.c0m/wy/dreamweaver/34997.htm

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632316.htmlTechArticleJust call it in html script src=fckeditor/fckeditor.js/script script type=text/ Web page special effects function showfck(){ var ofckeditor = new fckeditor('content') ; ofcked...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!