Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
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
abook_web
check
Commits
c6c1ad45
Commit
c6c1ad45
authored
Sep 11, 2020
by
Kim Eunchul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#31600 【Biz Web 1.9.0】フォームを透明にした後にスライドを開くと透明になっている(ムービーアクション)
parent
d53a1c63
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
abvw/js/contentview_CreateObjects.js
+5
-0
No files found.
abvw/js/contentview_CreateObjects.js
View file @
c6c1ad45
...
@@ -2715,6 +2715,11 @@ CONTENTVIEW_CREATEOBJECT.createImagePreview = function() {
...
@@ -2715,6 +2715,11 @@ CONTENTVIEW_CREATEOBJECT.createImagePreview = function() {
CONTENTVIEW_CREATEOBJECT
.
createVideoFulScreen
=
function
(
video
,
id
)
{
CONTENTVIEW_CREATEOBJECT
.
createVideoFulScreen
=
function
(
video
,
id
)
{
$
(
'#dialog'
).
css
(
'box-shadow'
,
'0px 0px 3px 1px #666'
);
$
(
'#dialog'
).
css
(
'box-shadow'
,
'0px 0px 3px 1px #666'
);
$
(
'#dialog'
).
css
(
'border'
,
'solid 1px #666'
);
$
(
'#dialog'
).
css
(
'border'
,
'solid 1px #666'
);
$
(
"#dialog"
).
css
(
'width'
,
''
);
$
(
"#dialog"
).
css
(
'height'
,
''
);
$
(
"#dialog"
).
css
(
'left'
,
''
);
$
(
"#dialog"
).
css
(
'top'
,
''
);
$
(
"#dialog"
).
css
(
'background-color'
,
'black'
);
$
(
'#dialog'
).
draggable
({
handle
:
"h1"
});
$
(
'#dialog'
).
draggable
({
handle
:
"h1"
});
$
(
'#dialog'
).
children
().
remove
();
$
(
'#dialog'
).
children
().
remove
();
...
...
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