Stretch info text element inside a formLayout over complete form swidth

Hi, using Jmix 2.4,

I have a 1-column formLayout with several formItems. Labels aside.
Between these formItems I want to add some static text block. But that text should use the whole width, meaning the part of the input fields but also the area of the labels.
Colspan doesn’t do the job, because we already have 1-col layout.

Thanks for ideas,
br
HP

Hi,

To make the text block take up the entire width, don’t wrap it inside formItem.

Regards,
Gleb

Hi, thanks. Easy.
But: "Jmix: labelsPosition=“ASIDE” property has effect only for child ",
so it works, but IntelliJ prompts me with this warning.

Think I’m gonna cut the formLayout like:

… first part of form …

... her goes my Infotext ...

… Start second part of form…

A little bit annoying to toggle off and on the formLayout tag, but works fine, too.
Thanks for comments,

best regards,
HP