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

formEditor.sql: Subrecords ordered by their 'ord'. sql1 now with dimension 70,5.

parent 8dfadeca
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ VALUES
'', '', 4, ''),
(1, '', 'FormElements', 'show', 'subrecord', 'all', 'native', 500, 0, 0, '', '', '',
'{{!SELECT id, feIdContainer, name, label, mode, class, type, ord, size, sql1, parameter FROM FormElement WHERE formId={{id:R0}}}}',
'{{!SELECT id, feIdContainer, name, label, mode, class, type, ord, size, sql1, parameter FROM FormElement WHERE formId={{id:R0}} ORDER BY ord, id}}',
'', 'form=formElement\ndetail=id:formId', 5, 'new,edit,delete');
#
......@@ -214,7 +214,7 @@ VALUES
(2, 'tooltip', 'Tooltip', 'show', 'text', 'all', 'native', 280, 40, 255, '', '', '', '', '', '', 102, '', 'no'),
(2, 'placeholder', 'Placeholder', 'show', 'text', 'all', 'native', 290, 40, 255, '', '', '', '', '', '', 102, '', 'no'),
(2, 'value', 'value', 'show', 'text', 'all', 'native', 300, 40, 255, '', '', '', '', '', '', 103, '', 'no'),
(2, 'sql1', 'sql1', 'show', 'text', 'all', 'native', 310, '40,4', 255, '', '', '', '', '', '', 103, '', 'no'),
(2, 'sql1', 'sql1', 'show', 'text', 'all', 'native', 310, '70,5', 255, '', '', '', '', '', '', 103, '', 'no'),
(2, 'parameter', 'Parameter', 'show', 'text', 'all', 'native', 320, '40,4', 255, '', '', '', '', '', '', 103, '',
'no'),
(2, 'clientJs', 'ClientJS', 'show', 'text', 'all', 'native', 330, 40, 255, '', '', '', '', '', '', 103, '', 'no'),
......
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