Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
198c9ec8
Commit
198c9ec8
authored
Oct 07, 2016
by
Rafael Ostertag
Browse files
Added comment.
parent
438c3257
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/Helper/tinyMCE.js
View file @
198c9ec8
...
...
@@ -54,6 +54,7 @@ QfqNS.Helper = QfqNS.Helper || {};
config
.
selector
=
"
#
"
+
QfqNS
.
escapeJqueryIdSelector
(
tinyMCEId
);
config
.
setup
=
function
(
editor
)
{
editor
.
on
(
'
Change
'
,
function
(
e
)
{
// Ensure the associated form is notified of changes in editor.
QfqNS
.
Log
.
debug
(
'
Editor was changed
'
);
var
eventTarget
=
e
.
target
;
var
$parentForm
=
$
(
eventTarget
.
formElement
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment