What are the sections for?
For better visual representation and grouping of a large number of fields in the header
and footer
.
Very detailed about sections in the documentation.
What placements can be divided into sections?
Header
and Footer
.
Where does the next section start?
From the place where the parameters of the next section are specified:
Line break is activated by the parameter new line.
Section parameters are filled in. If the section parameters are not filled in, then the field with the line break and subsequent fields will belong to the previous section. line break
How to combine fields into blocks?
This can be done in two ways — through field formatting using the setFloatFormat function or through the section parameter:
setFloatFormat — you need to set the blocknum
parameter by specifying the block number. Fields with the same numbers and standing next to each other will be grouped together.
Through section settings by specifying:
blocknum: name_field_1, name_field_2 : 1
The first line in the section settings is always reserved for the section name. If you want the name to be empty, leave the first line blank.
You can fill in the section name in the first line and specify label: false
— then the section header will only be visible to the Creator
.
How to hide field headers?
Through the section parameters with the title
parameter.
If specified:
title: false
Then all field titles in the section will be hidden.
If specified:
title: field_name_1, field_name_2 : false
The title will be hidden only for the fields field_name_1
and field_name_2
.
How to hide the standard field border and make the buttons look larger?
This is done through the plate
section parameter.
How to move the field inside the block to the next line?
This can be done in two ways — through field formatting using the setFloatFormat function or through a section parameter:
setFloatFormat — you need to set the nextline
parameter to true
.
Through section settings by specifying:
nextline: name_field_1, name_field_2 : true
In this case, the fields will be moved within the block. Unlike the new line field parameter, which creates a new block, the field remains in the same block.
How do I move the field to the next line outside the block?
Use the field parameter new line.
How to set the height of the field?
Parameters height
and maxheight
.
height
— strictly sets the height.
maxheight
— the height will increase depending on the content of the field.
How to replace the group plate with a border?
Parameter plate: false
+ border: true
— in this configuration, the settings will be applied to all groups.
If you specify plate: 1,2 : false
— the setting will be applied only to groups 1
and 2
.
How to add indents between the fields?
Parameter gap
— specified in pixels.
How do I put the headers to the left of the fields?
Parameter titleleft
. Specified in pixels or in %
of the field width.
The overall field width remains unchanged — the title occupies part of the total width on the left or right if titleright
is used.