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
16ed8029
Commit
16ed8029
authored
Aug 27, 2012
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to add in previous commit.
parent
7c1d8013
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
6 deletions
+11
-6
OfficeJS/src/renderjs/examples/hello_world/hello_world.html
OfficeJS/src/renderjs/examples/hello_world/hello_world.html
+4
-1
OfficeJS/src/renderjs/examples/hello_world/say-hello.html
OfficeJS/src/renderjs/examples/hello_world/say-hello.html
+1
-1
OfficeJS/src/renderjs/renderjs.js
OfficeJS/src/renderjs/renderjs.js
+6
-1
OfficeJS/src/renderjs/test/renderjs_test.html
OfficeJS/src/renderjs/test/renderjs_test.html
+0
-3
No files found.
OfficeJS/src/renderjs/examples/hello_world/hello_world.html
View file @
16ed8029
<html>
<html>
<head>
<head>
<!-- Use proper path -->
<script
src=
"../../../../lib/jquery/jquery.js"
>
</script>
<script
src=
"../../../../lib/jquery/jquery.js"
>
</script>
<script
src=
"../../../../lib/jstorage/jstorage.js"
>
</script>
<script
type=
"text/javascript"
src=
"../../renderjs.js"
></script>
<script
type=
"text/javascript"
src=
"../../renderjs.js"
></script>
<head>
<head>
<body>
<body>
<div
data-gadget=
"say-hello.html"
></div>
<div
data-gadget=
"say-hello.html"
data-gadget:property=
"{"cacheable": "1", "cache_id": "say_hello"}"
></div>
</body>
</body>
</html>
</html>
\ No newline at end of file
OfficeJS/src/renderjs/examples/hello_world/say-hello.html
View file @
16ed8029
Hello!
Hello from the gadget!
\ No newline at end of file
\ No newline at end of file
OfficeJS/src/renderjs/renderjs.js
View file @
16ed8029
...
@@ -445,4 +445,9 @@ var RenderJs = (function () {
...
@@ -445,4 +445,9 @@ var RenderJs = (function () {
}
}
}}())
}}())
}}());
}}());
\ No newline at end of file
// impliticly call RenderJs bootstrap
$
(
document
).
ready
(
function
()
{
RenderJs
.
bootstrap
(
$
(
'
body
'
));
});
\ No newline at end of file
OfficeJS/src/renderjs/test/renderjs_test.html
View file @
16ed8029
...
@@ -6,9 +6,6 @@
...
@@ -6,9 +6,6 @@
<script
src=
"../../../lib/jquery/jquery.js"
>
</script>
<script
src=
"../../../lib/jquery/jquery.js"
>
</script>
<script
src=
"../../../lib/qunit/qunit.js"
type=
"text/javascript"
></script>
<script
src=
"../../../lib/qunit/qunit.js"
type=
"text/javascript"
></script>
<script
type=
"text/javascript"
src=
"../renderjs.js"
></script>
<script
type=
"text/javascript"
src=
"../renderjs.js"
></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/plugin/jstorage/jquery.json-2.3.js"></script>
<!--<![endif]-->
<script
type=
"text/javascript"
src=
"../../../lib/jstorage/jstorage.js"
></script>
<script
type=
"text/javascript"
src=
"../../../lib/jstorage/jstorage.js"
></script>
<script
type=
"text/javascript"
src=
"renderjs_test.js"
></script>
<script
type=
"text/javascript"
src=
"renderjs_test.js"
></script>
...
...
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