Php calls the fckeditor editor method on the page _ PHP Tutorial

Source: Internet
Author: User
Php calls the fckeditor editor method on the page. I just saw a way to share my shoes on the forum. I don't feel very comprehensive. now I want to share it with you! Copy the code as follows: PHP page: * editor * include_once .. inclu just saw a method for sharing kids shoes on the forum. I don't think it's comprehensive. now share my ideas!

The code is as follows:


PHP page:
/* Editor */
Include_once "../include/fckeditor. php"; // introduce the editor
$ Editor = new FCKeditor ('content'); // name of the form item
$ Editor-> BasePath = "/fckeditor/"; // Directory of the editor
$ Editor-> ToolbarSet = "Normal"; // name of the toolbar. you can load other
$ Editor-> Width = "95%"; // Width
$ Editor-> Height = "250"; // Height
$ Editor-> Value = $ content; // initial Value
$ Fckeditor = $ editor-> CreateHtml (); // You can output the value of the variable $ fckeditor where you want to display the editor.
$ Tpl-> assign ('fckeditor', $ fckeditor); // template assignment

HTML template page (I use smarty)
{% $ Fckeditor %}

Php page call
Content is the variable name I defined.
$ Content = $ _ POST ["content"];
Add:


Modify page:


Success! The code is as follows: PHP page:/* editor */include_once ".../inclu...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.