Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sfzx-website
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
丁伟
sfzx-website
Commits
1953c00d
Commit
1953c00d
authored
Sep 22, 2020
by
丁伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化提交
parent
efee4b94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/main/webapp/resource/ueditor1_4_2/ueditor.all.js
+3
-3
No files found.
src/main/webapp/resource/ueditor1_4_2/ueditor.all.js
View file @
1953c00d
...
...
@@ -12483,7 +12483,7 @@ UE.commands['preview'] = {
var
w
=
window
.
open
(
''
,
'_blank'
,
''
),
d
=
w
.
document
;
d
.
open
();
d
.
write
(
'<!DOCTYPE html><html><head><meta charset="utf-8"/><script src=
'
+
this
.
options
.
UEDITOR_HOME_URL
+
'"
ueditor.parse.js"></script><script>'
+
d
.
write
(
'<!DOCTYPE html><html><head><meta charset="utf-8"/><script src=
"'
+
this
.
options
.
UEDITOR_HOME_URL
+
'
ueditor.parse.js"></script><script>'
+
"setTimeout(function(){uParse('div',{rootPath: '"
+
this
.
options
.
UEDITOR_HOME_URL
+
"'})},300)"
+
'</script></head><body><div>'
+
this
.
getContent
(
null
,
null
,
true
)
+
'</div></body></html>'
);
d
.
close
();
...
...
@@ -17579,7 +17579,7 @@ UE.plugins['video'] = function (){
switch
(
type
){
case
'image'
:
str
=
'<img '
+
(
id
?
'id="'
+
id
+
'"'
:
''
)
+
' width="'
+
width
+
'" height="'
+
height
+
'" _url="'
+
url
+
'" class="'
+
classname
.
replace
(
/
\b
video-js
\b
/
,
''
)
+
'"'
+
' src=
'
+
me
.
options
.
UEDITOR_HOME_URL
+
'"
themes/default/images/spacer.gif" style="background:url('
+
me
.
options
.
UEDITOR_HOME_URL
+
'themes/default/images/videologo.gif) no-repeat center center; border:1px solid gray;'
+
(
align
?
'float:'
+
align
+
';'
:
''
)
+
'" />'
' src=
"'
+
me
.
options
.
UEDITOR_HOME_URL
+
'
themes/default/images/spacer.gif" style="background:url('
+
me
.
options
.
UEDITOR_HOME_URL
+
'themes/default/images/videologo.gif) no-repeat center center; border:1px solid gray;'
+
(
align
?
'float:'
+
align
+
';'
:
''
)
+
'" />'
break
;
case
'embed'
:
str
=
'<embed type="application/x-shockwave-flash" class="'
+
classname
+
'" pluginspage="http://www.macromedia.com/go/getflashplayer"'
+
...
...
@@ -23410,7 +23410,7 @@ UE.plugin.register('webapp', function (){
function
createInsertStr
(
obj
,
toEmbed
){
return
!
toEmbed
?
'<img title="'
+
obj
.
title
+
'" width="'
+
obj
.
width
+
'" height="'
+
obj
.
height
+
'"'
+
' src=
'
+
me
.
options
.
UEDITOR_HOME_URL
+
'"
themes/default/images/spacer.gif" _logo_url="'
+
obj
.
logo
+
'" style="background:url('
+
obj
.
logo
' src=
"'
+
me
.
options
.
UEDITOR_HOME_URL
+
'
themes/default/images/spacer.gif" _logo_url="'
+
obj
.
logo
+
'" style="background:url('
+
obj
.
logo
+
') no-repeat center center; border:1px solid gray;" class="edui-faked-webapp" _url="'
+
obj
.
url
+
'" '
+
(
obj
.
align
&&
!
obj
.
cssfloat
?
'align="'
+
obj
.
align
+
'"'
:
''
)
+
(
obj
.
cssfloat
?
'style="float:'
+
obj
.
cssfloat
+
'"'
:
''
)
+
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment