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
e405bfe9
Commit
e405bfe9
authored
Aug 31, 2012
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not use cache by default to make it easier to learn examples by
debugging.
parent
bc3d5d6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
OfficeJS/src/renderjs/examples/hello_world/index.html
OfficeJS/src/renderjs/examples/hello_world/index.html
+1
-1
OfficeJS/src/renderjs/examples/interactions/index.html
OfficeJS/src/renderjs/examples/interactions/index.html
+2
-2
No files found.
OfficeJS/src/renderjs/examples/hello_world/index.html
View file @
e405bfe9
...
...
@@ -7,7 +7,7 @@
<head>
<body>
<div
data-gadget=
"say-hello.html"
data-gadget-cacheable=
"
1
"
data-gadget-cacheable=
"
0
"
data-gadget-cache-id=
"say_hello"
></div>
</body>
</html>
\ No newline at end of file
OfficeJS/src/renderjs/examples/interactions/index.html
View file @
e405bfe9
...
...
@@ -8,12 +8,12 @@
<div
id=
"A"
data-gadget=
"A.html"
data-gadget-cacheable=
"
1
"
data-gadget-cacheable=
"
0
"
data-gadget-cache-id=
"A"
></div>
<div
id=
"B"
data-gadget=
"B.html"
data-gadget-cacheable=
"
1
"
data-gadget-cacheable=
"
0
"
data-gadget-cache-id=
"B"
></div>
<div
data-gadget=
""
...
...
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