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
74460d16
Commit
74460d16
authored
10 years ago
by
Stefan Galinski
Browse files
Options
Downloads
Patches
Plain Diff
[FEATURE] Add stateSelector to the typo3 plugin for tinymce
parent
317d8e9c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Resources/Public/Plugins/Typo3FileManager/typo3filemanager.js
+4
-2
4 additions, 2 deletions
...urces/Public/Plugins/Typo3FileManager/typo3filemanager.js
with
4 additions
and
2 deletions
Resources/Public/Plugins/Typo3FileManager/typo3filemanager.js
+
4
−
2
View file @
74460d16
...
...
@@ -124,7 +124,8 @@ var plugin = tinymce.PluginManager.add('typo3filemanager', function(editor, url)
title
:
'
TYPO3 Image
'
,
icon
:
'
image
'
,
shortcut
:
'
Ctrl+L
'
,
onclick
:
openImageDialog
onclick
:
openImageDialog
,
stateSelector
:
'
img[src]
'
});
// add the menu entries
...
...
@@ -144,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