Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Romain Courteaud
erp5_rtl_support
Commits
9aa0509e
Commit
9aa0509e
authored
Nov 22, 2017
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_xhtml_style: Add Ctrl + S binding in CKEditor
erp5_xhtml_style: Update ckeditor appcache
parent
eb74578c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_ckeditor/ckeditor.gadget.appcache.appcache
...tal_skins/erp5_ckeditor/ckeditor.gadget.appcache.appcache
+1
-1
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_ckeditor/ckeditor.gadget.js.js
...lateItem/portal_skins/erp5_ckeditor/ckeditor.gadget.js.js
+8
-2
No files found.
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_ckeditor/ckeditor.gadget.appcache.appcache
View file @
9aa0509e
CACHE MANIFEST
# generated on Mon,
16
Oct 2017 10:00:01 +0000
# generated on Mon,
22
Oct 2017 10:00:01 +0000
CACHE:
renderjs.js
rsvp.js
...
...
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_ckeditor/ckeditor.gadget.js.js
View file @
9aa0509e
...
...
@@ -101,13 +101,19 @@
toolbar
:
TOOLBAR_MOBILE
,
disableNativeSpellChecker
:
false
,
// Disable ACF to not destroy HTML on mobile
allowedContent
:
true
allowedContent
:
true
,
keystrokes
:
[
[
CKEDITOR
.
CTRL
+
83
,
'
saveRJS
'
]
],
},
DESKTOP_CONFIGURATION
=
{
toolbar
:
TOOLBAR_DESKTOP
,
disableNativeSpellChecker
:
false
,
// Disable ACF to not destroy HTML on mobile
allowedContent
:
true
allowedContent
:
true
,
keystrokes
:
[
[
CKEDITOR
.
CTRL
+
83
,
'
saveRJS
'
]
],
},
MATCH_MEDIA
=
window
.
matchMedia
(
"
not screen and (min-width: 45em)
"
);
...
...
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