Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

如何不通过工具栏打开对话框? #3231

Open
wants to merge 118 commits into
base: dev-1.4.4
Choose a base branch
from
Open

Conversation

zhangheng4117
Copy link

不通过工具栏的按钮,在页面中定义一个按钮,点击该按钮怎么打开上传图片的dialog页面?

worry127722 and others added 30 commits June 3, 2014 08:56
更新构造函数注释
simpleupload didn't trigger the *contentChange* event after the image upload success.
When I use ueditor with angular, I listen to the *contentChange* event to binding the data between editor and model.  When user upload an image, and then just save the model, the model only keep the placeholder image not the server response one.
如果插入标题行,将标题行插入到thead
* 修改服务端配置文件名称为ueditor.config
* 修改了ConfigManager:服务端配置文件从classes目录读取,如果不存在则从webapp的ueditor目录读取配置,增强ueditor的安全性,防止配置文件被窥探;
* 修改BinaryUploader、Base64Uploader:允许配置存储路径,支持存储路径配置为绝对路径形式。
	具体做法:controller.jsp中,在request作用域内指定变量rootPath和对应的存储跟路径 ,ueditor会优先查找该配置,如果没有则将网站根目录作为rootPath(即原有配置)。
* 修改服务端配置文件名称为ueditor.config
* 修改了ConfigManager:服务端配置文件从classes目录读取,如果不存在则从webapp的ueditor目录读取配置,增强ueditor的安全性,防止配置文件被窥探;
* 修改BinaryUploader、Base64Uploader:允许配置存储路径,支持存储路径配置为绝对路径形式。
	具体做法:controller.jsp中,在request作用域内指定变量rootPath和对应的存储跟路径 ,ueditor会优先查找该配置,如果没有则将网站根目录作为rootPath(即原有配置)。

Signed-off-by: StruggleBird <[email protected]>
regrex and others added 30 commits June 14, 2017 16:40
干掉关于table表头合并逻辑的特殊处理,该逻辑会导致表头合并出错
解决执行 grunt defalut 命令时抛出错误 TypeError: Cannot read property '1' of null
1.支持背景图片的抓取
2.抓取图片时添加loading
3.抓取失败时显示失败的图片而不是不处理
4.事件 catchremotesuccess 添加成功抓取和抓取失败的dom列表参数
优化远 程抓取图片插件(catchremoteimage) 的相关代码
抓取远程图片失败后 _src 应是failIMG , 不然会影响getContent()输出的值
新增安全通告
修复问题:在关闭xss过滤前提下,当选择多个td(td中含有textarea)并修改单元格对齐方式时,td中的textarea会被清空
小写的 timezone_set Asia/chongqing 在 linux 下有问题。
## 问题
编缉源码状态下,`.blur()` 方法无法使编辑器失去焦点;`.focus()` 方法不但无法使编缉器获得焦点,还会使编辑器无法接收键盘操作。

## 解决
修改 source 插件,使用与 `.getContent()` 和 `.setContent()` 相同的处理方式,在开启源码编辑模式时对编辑器的 `.focus()` 和 `.blur()` 方法进行覆盖,并在关闭源码编辑模式时还原。
修复编辑源码状态下,`.focus()`和`.blur()`失效的问题
修复当图片带有GET参数时,无法本地化的bug
修复调整单元格对齐方式会导致td中textarea元素丢失的问题
Make the header same with /plugins/autoupload.js
See:
/fex-team/ueditor/blob/089c7dee81cf06bf68a4ff6a362a7dcf4511d78b/_src/plugins/autoupload.js#L119
Update image.js to make image uploader send same header with drag-drop-uploading
更新二次开发自定义插件相关文档说明
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.