Ueditor How to install the FCKeditor editor under PHP

Source: Internet
Author: User
First, PHP calls the FCKeditor method.
Second, JS call FCKeditor method.

Copy the Code code as follows:


Require_once (Path_pre. " Fckeditor.php "); Contains the FCKeditor class,
$oFCKeditor = new FCKeditor (' content '); Create a FCKeditor object with the name of the form content
$oFCKeditor->basepath= ". /fckeditor/"; directory where the editor is located
$oFCKeditor->toolbarset= "Yiyunnet"; The Default Editor toolbar has basic (Basic tools) default (all tools) Soft (you can insert a picture video in one column) Renpeng (can upload picture video into two columns) full (three columns)
$oFCKeditor->height= ' 100% '; Height
$oFCKeditor->width= ' 100% '; Width
$oFCKeditor->value= ""; The initial value can also be set in the following section (the "=" contains part), not necessarily:
$oFCKeditor->config[' skinpath ') = '. /editor/skins/silver/'; Settings Editor Skin There are three kinds of skin default
$oFCKeditor->create (); Output the value of the variable $myeditor where you want to display the editor.
?>


FCKeditor js Call Method One

Copy the Code code as follows:





FCKeditor js Call Method Two

Copy the Code code as follows:






The above describes the Ueditor PHP installation configuration FCKeditor Editor, including the ueditor aspect of the content, I hope that the PHP tutorial interested in a friend helpful.

  • 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.