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

ueditor上传视频,经过dity处理后,视频的url属性消失了 #3214

Open
wants to merge 22 commits into
base: bootstrap.ueditor
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _examples/completeDemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
ue.addListener('ready',function(){
this.focus()
});
ue.addListener("showDragPopup",function(type,table){
// console.log("over");
});
ue.addListener("hideDragPopup",function(type,table){
// console.log("out");
});
function createEditor(){
enableBtn();
UE.getEditor('editor')
Expand Down
Loading