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
c7708a9d
Commit
c7708a9d
authored
Jan 24, 2016
by
Carsten Rose
Browse files
formEditor.sql: first simple version of subrecord
parent
b0cd7178
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/formEditor.sql
View file @
c7708a9d
...
...
@@ -125,10 +125,13 @@ VALUES
(
1
,
'name'
,
'Name'
,
'show'
,
'input'
,
20
,
20
,
10
,
''
,
''
,
''
,
''
,
''
,
'autofocus=on'
),
(
1
,
'title'
,
'Title'
,
'show'
,
'input'
,
30
,
10
,
10
,
''
,
''
,
''
,
''
,
''
,
''
),
(
1
,
'noteInternal'
,
'Note'
,
'show'
,
'input'
,
40
,
'10,3'
,
0
,
''
,
''
,
''
,
''
,
''
,
''
),
#
(
1
,
'permitNew'
,
'Permit New'
,
'show'
,
'radio'
,
50
,
0
,
0
,
''
,
''
,
''
,
''
,
''
,
''
),
#
(
1
,
'permitEdit'
,
'Permit Edit'
,
'show'
,
'radio'
,
5
0
,
0
,
0
,
''
,
''
,
''
,
''
,
''
,
'itemList=hello,world'
),
(
1
,
'render'
,
'Render'
,
'show'
,
'radio'
,
6
0
,
0
,
0
,
''
,
''
,
''
,
'
{{!select name AS label, id AS id from FormElement}}
'
,
(
1
,
'permitNew'
,
'Permit New'
,
'show'
,
'radio'
,
50
,
0
,
0
,
''
,
''
,
''
,
''
,
''
,
''
),
(
1
,
'permitEdit'
,
'Permit Edit'
,
'show'
,
'radio'
,
6
0
,
0
,
0
,
''
,
''
,
''
,
''
,
''
,
'itemList=hello,world'
),
(
1
,
'render'
,
'Render'
,
'show'
,
'radio'
,
7
0
,
0
,
0
,
''
,
''
,
''
,
''
,
''
,
''
),
(
1
,
'deleted'
,
'Deleted'
,
'show'
,
'checkbox'
,
200
,
0
,
0
,
''
,
''
,
''
,
''
,
''
,
''
);
(
1
,
'multiMode'
,
'Multi Mode'
,
'show'
,
'select'
,
80
,
0
,
0
,
''
,
''
,
''
,
''
,
''
,
'itemList=hello,world'
),
(
1
,
'title'
,
'Upload'
,
'show'
,
'upload'
,
80
,
0
,
0
,
''
,
''
,
''
,
''
,
''
,
'accept=image/*,.pdf'
),
(
1
,
'deleted'
,
'Deleted'
,
'show'
,
'checkbox'
,
200
,
0
,
0
,
''
,
''
,
''
,
''
,
''
,
''
),
(
1
,
''
,
'FormElements'
,
'show'
,
'subrecord'
,
200
,
0
,
0
,
''
,
''
,
''
,
'{{!SELECT * FROM FormElement WHERE formId=1}}'
,
''
,
''
);
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