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
3adaca93
Commit
3adaca93
authored
Jun 11, 2018
by
Carsten Rose
Browse files
B5077 Dynamic Update & FE.type= required
parent
28891f0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/AbstractBuildForm.php
View file @
3adaca93
...
...
@@ -1209,7 +1209,7 @@ abstract class AbstractBuildForm {
$json
=
$this
->
getFormElementForJson
(
$htmlFormElementName
,
$value
,
$formElement
);
$input
=
"
$htmlTag
$attribute
>
$textarea
"
.
$this
->
getHelpBlock
()
;
$input
=
"
$htmlTag
$attribute
>
$textarea
"
;
if
(
$formElement
[
FE_TMP_EXTRA_BUTTON_HTML
]
!==
''
)
{
...
...
@@ -1220,14 +1220,13 @@ abstract class AbstractBuildForm {
}
}
$input
.
=
$elementCharacterCount
;
$input
.
=
$this
->
getHelpBlock
()
.
$elementCharacterCount
;
if
(
isset
(
$formElement
[
FE_INPUT_EXTRA_BUTTON_INFO
]))
{
$input
.
=
$formElement
[
FE_INPUT_EXTRA_BUTTON_INFO
];
}
return
$input
;
}
/**
...
...
extension/qfq/qfq/QuickFormQuery.php
View file @
3adaca93
...
...
@@ -490,8 +490,8 @@ class QuickFormQuery {
// $data = $build->process($formMode, $htmlElementNameIdZero);
$data
=
$build
->
process
(
$formMode
,
false
,
$this
->
feSpecNative
);
}
break
;
case
FORM_DRAG_AND_DROP
:
$formAction
->
elements
(
$recordId
,
$this
->
feSpecAction
,
FE_TYPE_BEFORE_LOAD
);
...
...
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