xaraya/ckeditor
Composer 安装命令:
composer require xaraya/ckeditor
包简介
A WYSIWYG editor module
README 文档
README
The CKEditor module supplies the "editor" property type for use in your objects. To use CKEditor with a Dynamic Data object, simply add one or more "editor" properties to your object.
Configuration settings for CKEditor are found in ckeditor/xartemplates/includes/ckeditor/config.js
There, you can control the style of the editor, which buttons to include
in the toolbars, language, size, which plugins to load, etc. The
official CKEditor documentation includes a reference for config
settings
.
PGRFileManager
The CKEditor module comes with the
PGRFileManager
plugin, which is
disabled by default. To enable the file manager, uncomment this line in
CKEditor's config.js:
//CKEDITOR.plugins.load('pgrfilemanager');
Once you've enabled pgrfilemanager, you can access it in the editor by clicking on the link button or image button and then clicking on Browse Server.
Options for creating and deleting directories are available in the file manager by right-clicking on directories in the directory tree. You can also drag directories around, and can drag directories into other directories and drag files into directories.
The modify config page has a number of settings for PGRFileManager:
- rootPath -- Root location for your directories and files. Set this
- to a directory that exists on your server.
- urlPath -- Base URL used by the editor to link to your files.
- (Must be the URL equivalent of rootPath.)
- allowedExtensions -- Comma-separated list of file extensions that
- are permissible to upload.
- fileMaxSize -- Maximum file size (bytes) of an upload.
- imageMaxHeight -- Maximum height for image uploads.
- imageMaxWidth -- Maximum width for image uploads.
- allowEdit -- This setting controls whether the file manager will
- allow new uploads and copying/moving/renaming/deleting of previously
- uploaded files and directories. If set to false, you will only be able
- to select from previously uploaded files.
Note: Display of file thumbnails can be buggy with Windows hosting. You may find that files will upload but their thumbs will not always display in the pane where you expect them.
xaraya/ckeditor 适用场景与选型建议
xaraya/ckeditor 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 118 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 04 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 xaraya/ckeditor 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 xaraya/ckeditor 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 118
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-04-15