Skip to content
Snippets Groups Projects
Commit c7708a9d authored by Carsten  Rose's avatar Carsten Rose
Browse files

formEditor.sql: first simple version of subrecord

parent b0cd7178
No related branches found
No related tags found
No related merge requests found
......@@ -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', 50, 0, 0, '', '', '', '', '', 'itemList=hello,world'),
(1, 'render', 'Render', 'show', 'radio', 60, 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', 60, 0, 0, '', '', '', '', '', 'itemList=hello,world'),
(1, 'render', 'Render', 'show', 'radio', 70, 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}}', '', '');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment