Hello,
In Jmix version 1.5 i had th folowing code:
<groupBox spacing="true" caption="Timp lucrat (ore)" orientation="horizontal">
<textField dataContainer="pontajDc" id="ornoField" property="orno" width="60px" caption="Lucrate" editable="false"/>
<textField dataContainer="pontajDc" id="onptField" property="onpt" width="60px" caption="Noapte" editable="false"/>
<textField dataContainer="pontajDc" id="orduField" property="ordu" width="60px" caption="Sarbatori" editable="false"/>
<textField dataContainer="pontajDc" id="otureField" property="oture" width="60px" caption="Ture" editable="false"/>
</groupBox>
How can i achive a similar look in version 2.0.
I want to have a group of textboxes to which I can put a caption.
Thank you