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
8542542b
Commit
8542542b
authored
Jan 30, 2018
by
Elias Villiger
Browse files
Add regex101 link to checkPattern FormEditor
parent
f2d53d40
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/sql/formEditor.sql
View file @
8542542b
...
...
@@ -319,7 +319,7 @@ VALUES
'<a href="{{DOCUMENTATION_QFQ:Y}}#multi-language-form">Info</a>'
,
''
,
''
,
''
,
''
,
100
,
''
,
'no'
,
''
,
''
,
''
,
'{{SELECT IF("{{FORM_LANGUAGE_D_ID:YE}}"="","hidden","show" ) }}'
,
''
,
'none'
),
(
2
,
'encode'
,
'Encode'
,
'show'
,
'radio'
,
'all'
,
'native'
,
300
,
0
,
0
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#field-encode">Info</a>'
,
''
,
''
,
''
,
'buttonClass=btn-default'
,
101
,
''
,
'no'
,
''
,
''
,
''
,
''
,
''
,
'specialchar'
),
(
2
,
'checkType'
,
'Check Type'
,
'show'
,
'radio'
,
'all'
,
'native'
,
310
,
0
,
0
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#field-checkType">Info</a>'
,
''
,
''
,
''
,
'buttonClass=btn-default'
,
101
,
''
,
'yes'
,
''
,
''
,
''
,
''
,
''
,
'specialchar'
),
(
2
,
'checkPattern'
,
'Check Pattern'
,
'show'
,
'text'
,
'all'
,
'native'
,
320
,
0
,
0
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#field-checkType">Info</a>'
,
''
,
''
,
''
,
''
,
101
,
''
,
'yes'
,
''
,
''
,
''
,
(
2
,
'checkPattern'
,
'Check Pattern'
,
'show'
,
'text'
,
'all'
,
'native'
,
320
,
0
,
0
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#field-checkType">Info</a>
, <a href="https://regex101.com/">Regex101</a>
'
,
''
,
''
,
''
,
''
,
101
,
''
,
'yes'
,
''
,
''
,
''
,
'{{ SELECT IF("{{checkType:FRE:alnumx}}"="pattern" OR "{{checkType:FRE:allbut}}" LIKE "min%", "show", "hidden") }}'
,
''
,
'none'
),
#
(
2
,
'onChange'
,
'JS onChange'
,
'show'
,
'text'
,
'all'
,
'native'
,
330
,
0
,
0
,
''
,
''
,
''
,
''
,
''
,
101
,
''
,
'no'
,
''
,
''
,
''
,
''
,
''
,
'none'
),
(
2
,
'ord'
,
'Order'
,
'show'
,
'text'
,
'all'
,
'native'
,
340
,
0
,
0
,
'<a href="{{DOCUMENTATION_QFQ:Y}}#field-ord">Info</a>'
,
''
,
...
...
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