Skip to content
GitLab
Menu
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
d3d89e03
Commit
d3d89e03
authored
Dec 02, 2019
by
Benjamin Baer
Browse files
Merge branch 'B9678-TextareaDynamicUpdate' into 'master'
B9678 textarea dynamic update See merge request
!214
parents
f2d3e009
fd1c863a
Pipeline
#2831
passed with stages
in 2 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
d3d89e03
...
...
@@ -504,8 +504,9 @@ var QfqNS = QfqNS || {};
}
};
/* Dynamic Update Trigger */
n
.
QfqForm
.
prototype
.
setupFormUpdateHandler
=
function
()
{
$
(
'
input[data-load],select[data-load]
'
).
on
(
'
change
'
,
this
.
formUpdateHandler
.
bind
(
this
));
$
(
'
textarea[data-load],
input[data-load],select[data-load]
'
).
on
(
'
change
'
,
this
.
formUpdateHandler
.
bind
(
this
));
};
n
.
QfqForm
.
prototype
.
formUpdateHandler
=
function
()
{
...
...
Write
Preview
Supports
Markdown
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