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
97f12fbd
Commit
97f12fbd
authored
Sep 14, 2017
by
Carsten Rose
Browse files
Due to #4511 the Form.forwardPage is static now and not via dynamicUpdate only shown on 'url...'.
parent
5caaba2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/QuickFormQuery.php
View file @
97f12fbd
...
...
@@ -408,7 +408,6 @@ class QuickFormQuery {
// Action: Sendmail
$formAction
->
elements
(
$rc
,
$this
->
feSpecAction
,
FE_TYPE_SENDMAIL
);
// $htmlElementNameIdZero = false;
$getJson
=
true
;
// Retrieve current STORE_SIP.
$sipArray
=
$this
->
store
->
getStore
(
STORE_SIP
);
...
...
extension/qfq/sql/formEditor.sql
View file @
97f12fbd
...
...
@@ -232,9 +232,9 @@ VALUES
(
1
,
'recordLockTimeoutSeconds'
,
'Lock timeout (seconds)'
,
'show'
,
'text'
,
'all'
,
'native'
,
245
,
0
,
0
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#form-requiredParameter">Info</a>'
,
''
,
'{{SELECT IF("{{recordLockTimeoutSeconds:R0}}"=0,"{{RECORD_LOCK_TIMEOUT_SECONDS:Y0}}","{{recordLockTimeoutSeconds:R0}}")}}'
,
''
,
''
,
2
,
''
,
''
,
''
,
'specialchar'
,
'no'
,
''
),
(
1
,
'showButton'
,
'Show button'
,
'show'
,
'checkbox'
,
'all'
,
'native'
,
250
,
0
,
5
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#form-showButton">Info</a>'
,
''
,
''
,
''
,
'checkBoxMode = multi
\n
orientation=vertical'
,
2
,
''
,
''
,
''
,
'specialchar'
,
'no'
,
''
),
(
1
,
'forwardMode'
,
'Forward'
,
'show'
,
'radio'
,
'all'
,
'native'
,
300
,
0
,
0
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#form-forward">Info</a>'
,
''
,
''
,
''
,
'buttonClass=btn-default'
,
3
,
''
,
''
,
''
,
'specialchar'
,
'
yes
'
,
''
),
(
1
,
'forwardMode'
,
'Forward'
,
'show'
,
'radio'
,
'all'
,
'native'
,
300
,
0
,
0
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#form-forward">Info</a>'
,
''
,
''
,
''
,
'buttonClass=btn-default'
,
3
,
''
,
''
,
''
,
'specialchar'
,
'
no
'
,
''
),
(
1
,
'forwardPage'
,
'Forward URL / Page'
,
'show'
,
'text'
,
'all'
,
'native'
,
310
,
0
,
0
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#form-forward">Info</a>'
,
''
,
''
,
''
,
''
,
3
,
''
,
'
{{SELECT IF( "{{forwardMode:FE:alnumx}}" LIKE "url%", "show", "hidden")}}
'
,
''
,
'none'
,
'
yes
'
,
''
),
''
,
''
,
'none'
,
'
no
'
,
''
),
(
1
,
'parameter'
,
'Parameter'
,
'show'
,
'text'
,
'all'
,
'native'
,
320
,
'40,8'
,
0
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#form-parameter">Info</a>'
,
''
,
''
,
''
,
''
,
3
,
''
,
''
,
''
,
'none'
,
'no'
,
''
),
(
1
,
'bsLabelColumns'
,
'BS Label Columns'
,
'show'
,
'text'
,
'all'
,
'native'
,
330
,
0
,
0
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#form-layout">Info</a>'
,
''
,
''
,
''
,
''
,
3
,
''
,
''
,
'{{bsLabelColumns:Y}}'
,
'specialchar'
,
'no'
,
''
),
(
1
,
'bsInputColumns'
,
'BS Input Columns'
,
'show'
,
'text'
,
'all'
,
'native'
,
340
,
0
,
0
,
''
,
''
,
''
,
''
,
''
,
3
,
''
,
''
,
'{{bsInputColumns:Y}}'
,
'specialchar'
,
'no'
,
''
),
...
...
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