The code in the fckeditor editor can be written as a function or category and called directly without writing so much code every time! The code in the fckeditor editor can be written as a function or category and called directly without writing so much code every time!
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!
PHP page:/* editor */include_once ".. /include/fckeditor. php "; // bring the editor in $ editor = new FCKeditor ('content'); // The name of the form item $ editor-> BasePath ="/fckeditor /"; // The editor directory $ editor-> ToolbarSet = "Normal"; // The name of the toolbar. you can load other $ editor-> Width = "95%" as needed "; // width $ editor-> Height = "250"; // Height $ editor-> Value = $ content; // initial Value $ fckeditor = $ editor-> CreateHtml (); // output the value of the variable $ fckeditor where the compiler is to be displayed. $ tpl-> assign ('fckeditor', $ fckeditor ); // template assignment HTML template page (I use smarty) {% $ fckeditor %} generally, the variable name "$ content = $ _ POST [" content "]" is called by the php page. add:Modify page: