Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5
Commits
c4026c75
Commit
c4026c75
authored
Sep 23, 2020
by
Roque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs: change Notebook app editor from iodide_master to gadget_jsmd_eval
parent
624b3d1d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
20 deletions
+16
-20
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_notebook_view.js.js
...m/web_page_module/gadget_officejs_jio_notebook_view.js.js
+3
-2
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_notebook_view.js.xml
.../web_page_module/gadget_officejs_jio_notebook_view.js.xml
+11
-17
bt5/erp5_officejs/bt/dependency_list
bt5/erp5_officejs/bt/dependency_list
+2
-1
No files found.
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_notebook_view.js.js
View file @
c4026c75
/*global window, rJS, RSVP */
/*jslint nomen: true, indent: 2, maxerr: 3 */
(
function
(
window
,
rJS
,
RSVP
)
{
"
use strict
"
;
rJS
(
window
)
/////////////////////////////////////////////////////////////////
// Acquired methods
/////////////////////////////////////////////////////////////////
.
declareAcquiredMethod
(
"
updateHeader
"
,
"
updateHeader
"
)
.
declareAcquiredMethod
(
"
getUrlParameter
"
,
"
getUrlParameter
"
)
.
declareAcquiredMethod
(
"
getUrlFor
"
,
"
getUrlFor
"
)
.
declareAcquiredMethod
(
"
updateDocument
"
,
"
updateDocument
"
)
.
declareAcquiredMethod
(
"
notifySubmitting
"
,
"
notifySubmitting
"
)
...
...
@@ -118,7 +119,7 @@
"
type
"
:
"
GadgetField
"
,
"
url
"
:
"
gadget_editor.html
"
,
"
sandbox
"
:
"
public
"
,
"
renderjs_extra
"
:
'
{"editor": "
notebook
_editor", "maximize": true}
'
"
renderjs_extra
"
:
'
{"editor": "
jsmd
_editor", "maximize": true}
'
}
}},
"
_links
"
:
{
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_notebook_view.js.xml
View file @
c4026c75
...
...
@@ -62,15 +62,13 @@
</value>
</item>
<item>
<key>
<string>
c
ategories
</string>
</key>
<key>
<string>
c
ontent_md5
</string>
</key>
<value>
<tuple>
<string>
classification/collaborative/team
</string>
</tuple>
<none/>
</value>
</item>
<item>
<key>
<string>
content_
md5
</string>
</key>
<key>
<string>
content_
type
</string>
</key>
<value>
<none/>
</value>
...
...
@@ -109,12 +107,6 @@
<key>
<string>
title
</string>
</key>
<value>
<string>
OfficeJS Jio Notebook View JS
</string>
</value>
</item>
<item>
<key>
<string>
url_string
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
version
</string>
</key>
<value>
<string>
001
</string>
</value>
...
...
@@ -201,7 +193,7 @@
</tuple>
<state>
<tuple>
<float>
1
524555869.05
</float>
<float>
1
600889170.54
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
@@ -250,7 +242,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
9
70.42986.60138.7065
</string>
</value>
<value>
<string>
9
86.53108.46138.3464
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -268,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>
1
538406432.04
</float>
<float>
1
600891646.9
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
@@ -295,7 +287,9 @@
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
detect_converted_file
</string>
</value>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
...
...
@@ -311,7 +305,7 @@
</item>
<item>
<key>
<string>
external_processing_state
</string>
</key>
<value>
<string>
converted
</string>
</value>
<value>
<string>
empty
</string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
...
...
@@ -329,7 +323,7 @@
</tuple>
<state>
<tuple>
<float>
1
524555842.41
</float>
<float>
1
600888776.74
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs/bt/dependency_list
View file @
c4026c75
...
...
@@ -2,4 +2,5 @@ erp5_web_renderjs_ui
erp5_code_mirror
erp5_multimedia
erp5_smart_assistant
erp5_run_my_doc
\ No newline at end of file
erp5_run_my_doc
erp5_notebook
\ No newline at end of file
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