kindeditor/Initialization Parameters

Source: Internet
Author: User
  • Filemanagerjson

Specifies the server-side program that browses remote pictures.

Data type: String; Default value: BasePath + ' php/file_manager_json.php '

  • allowpreviewemoticons

True when the mouse is placed on the expression can preview the expression.

Data type: Boolean; Default value: True

  • Allowimageupload

True when the picture upload button is displayed.

Data type: Boolean; Default value: True

  1. Public Function Add_code ($id, $source) {
  2. $data ["userid"] = Showcookie ("UID");
  3. $data ["codeid"] = $id;
  4. $data ["source"] = $source;
  5. $data ["addtime"] = time ();
  6. if ($this->add ("CodeData", $data)) {
  7. return 1;
  8. }else{
  9. return 0;
  10. }
  11. }
Copy Code
  • 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.