Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
6817b79a
Commit
6817b79a
authored
Mar 01, 2017
by
Rafael Ostertag
Browse files
renamed readElementConfigurationData() to readFormConfigurationData().
parent
d6c3c4db
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
6817b79a
...
...
@@ -79,7 +79,7 @@ var QfqNS = QfqNS || {};
n
.
Helper
.
showAjaxError
(
null
,
obj
.
textStatus
,
obj
.
errorThrown
);
});
var
configurationData
=
this
.
read
Element
ConfigurationData
();
var
configurationData
=
this
.
read
Form
ConfigurationData
();
this
.
applyFormConfiguration
(
configurationData
);
...
...
@@ -136,7 +136,7 @@ var QfqNS = QfqNS || {};
*
* @private
*/
n
.
QfqForm
.
prototype
.
read
Element
ConfigurationData
=
function
()
{
n
.
QfqForm
.
prototype
.
read
Form
ConfigurationData
=
function
()
{
var
$configuredElements
=
$
(
"
#
"
+
this
.
formId
+
"
[data-hidden],#
"
+
this
.
formId
+
"
[data-disabled],#
"
+
this
.
formId
+
"
[data-required]
"
);
var
configurationArray
=
[];
...
...
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