Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tinymce4_rte
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TYPO3
tinymce4_rte
Commits
73117b76
Commit
73117b76
authored
10 years ago
by
Stefan Galinski
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'master'
Master See merge request
!1
parents
8a68e216
74460d16
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Resources/Public/Plugins/Typo3FileManager/typo3filemanager.js
+8
-4
8 additions, 4 deletions
...urces/Public/Plugins/Typo3FileManager/typo3filemanager.js
with
8 additions
and
4 deletions
Resources/Public/Plugins/Typo3FileManager/typo3filemanager.js
+
8
−
4
View file @
73117b76
...
...
@@ -116,14 +116,16 @@ var plugin = tinymce.PluginManager.add('typo3filemanager', function(editor, url)
title
:
'
TYPO3 Link
'
,
icon
:
'
link
'
,
shortcut
:
'
Ctrl+K
'
,
onclick
:
openLinkDialog
onclick
:
openLinkDialog
,
stateSelector
:
'
a[href]
'
});
editor
.
addButton
(
'
typo3image
'
,
{
title
:
'
TYPO3 Image
'
,
icon
:
'
image
'
,
shortcut
:
'
Ctrl+L
'
,
onclick
:
openImageDialog
onclick
:
openImageDialog
,
stateSelector
:
'
img[src]
'
});
// add the menu entries
...
...
@@ -133,7 +135,8 @@ var plugin = tinymce.PluginManager.add('typo3filemanager', function(editor, url)
prependToContext
:
true
,
shortcut
:
'
Ctrl+K
'
,
icon
:
'
link
'
,
onclick
:
openLinkDialog
onclick
:
openLinkDialog
,
stateSelector
:
'
a[href]
'
});
editor
.
addMenuItem
(
'
typo3image
'
,
{
...
...
@@ -142,7 +145,8 @@ var plugin = tinymce.PluginManager.add('typo3filemanager', function(editor, url)
prependToContext
:
true
,
shortcut
:
'
Ctrl+L
'
,
icon
:
'
image
'
,
onclick
:
openImageDialog
onclick
:
openImageDialog
,
stateSelector
:
'
img[src]
'
});
// initialize the shortcuts
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment