1 Star 2 Fork 3

dcat-phper / dcat-wang-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Dcat Admin Form WangEditor扩展 拖拽上传,复制上传

部分代码参考dcat-markdown

WangEditor文档

示例



安装和使用

composer 安装


composer require death_satan/dcat-wang-editor -vvv

使用

在form中使用


/**
* @var $form \Dcat\Admin\Form
 */
$form->wangEditor('column')

所有的配置参数请参考官方参数,本扩展只做了极小的兼容性处理

建议使用phpstorm编辑器,并且安装扩展后运行 php artisan admin:ide 命令生成ide提示文件

已开放的接口

方法名 参数 说明 示例
colors array $colors 配置颜色(文字颜色、背景色) 官方文档
height int $height 设置编辑器容器高度 参考WangEditor文档
emotions array $emotions 配置表情图标 emotions示例
Menu array $data 定义显示哪些菜单和菜单的顺序 官方文档地址(json换成数组传入即可)
ExcludeMenus array $data 剔除少数菜单 官方文档地址(json换成数组传入即可)
zIndex int $zIndex 配置 z-index 参考WangEditor文档
focus bool $focus=false 自动 focus 官方文档
showFullScreen bool $show=false 设置全屏功能 参考WangEditor文档
showMenuTooltips bool $show=false 设置菜单栏提示 参考WangEditor文档
menuTooltipPosition string $position = 'down' 设置菜单栏提示为[下标:up,下标:down] 参考WangEditor开发文档
pasteFilterStyle bool $state = false 关闭粘贴样式的过滤 同上
pasteIgnoreImg bool $ignore=true 忽略粘贴内容中的图片 同上
disk string $disk = 'local' 设置文件驱动 config/filesystems.php里面设置的disk
ImgDirectory string $path 设置图片上传路径 ...
VideoDirectory string $path 设置视频上传路径 ...
setCss string $css 设置highlight的样式css名 示例
lang string $lang='en' 设置语言 目前官方默认可选的只有 zh-CN en
MIT License Copyright (c) 2021 Death撒旦 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Dcat-admin Form Extend WangEditor 展开 收起
PHP 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/dcat-phper/dcat-wang-editor.git
git@gitee.com:dcat-phper/dcat-wang-editor.git
dcat-phper
dcat-wang-editor
dcat-wang-editor
main

搜索帮助