When the field is moved to the next line and how do I manage it?
The right field in the block moves to the next line if the fields in a row no longer fit within the window width at their base widths.
How to move the fields to the next line only together?
The parameter glue
is used for this – it attaches the field to the field on the left, and they will move to the next line only together.
How to automatically expand the field if there is space for it?
The maxwidth
parameter is set in pixels. If multiple fields in a block are assigned maxwidth
, they expand proportionally to the ratio of their base widths.
How to automatically expand a field when it is moved to the next line?
For this, the parameter fill: true
is used.
How to set the width of the field to be moved to the next line?
If you want the field to move to the next line before it reaches its minimum width, set breakwidth
.
How do I set different types of parameters for the state before and after the transfer?
Many parameters have two settings — before the element is moved or after.
They are indicated with /
:
outline: 1 : true/false
This means that before the move, group 1
will have an outline — after the move, the outline will be turned off.