Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
officejs
Commits
b323bf21
Commit
b323bf21
authored
Jun 20, 2012
by
Lingnan Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add the function to reinitial the edit and remove button for the new slides page
parent
2ae87968
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
924 additions
and
917 deletions
+924
-917
OfficeJS/component/slideshow.html
OfficeJS/component/slideshow.html
+916
-917
OfficeJS/js/officejs.js
OfficeJS/js/officejs.js
+8
-0
No files found.
OfficeJS/component/slideshow.html
View file @
b323bf21
This source diff could not be displayed because it is too large. You can
view the blob
instead.
OfficeJS/js/officejs.js
View file @
b323bf21
...
...
@@ -180,7 +180,15 @@
},
setContent
:
function
(
content
)
{
document
.
getElementById
(
"
list
"
).
innerHTML
=
content
;
//re initial the edit frame for the new page
$dialogEdit
.
append
(
editSlideIframe
);
$
(
'
.edit_slide_button
'
).
click
(
function
()
{
editClick
(
this
);
});
$
(
'
.remove_slide_button
'
).
click
(
function
()
{
removeClick
(
this
);
});
},
onload
:
function
(
param
)
{
var
waitForInit
=
function
(
fun
)
{
...
...
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