İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
3184 Görünümler

using the following code in v16

<group string="Business Need">                        
<field name="business_need"nolabel="1"/>                   
group>

produces:


when removing the nolabel="1" it  shows properly but I would like to hide the field label and only use the group string


Avatar
Vazgeç
En İyi Yanıt

Hi,

By adding colspan="2" you can correct it.

group string="Business Need"                     
field name="business_need"nolabel="1" colspan="2"                  
group


Thanks

Avatar
Vazgeç
En İyi Yanıt

Hi,

You just need to remove the group tag to get the output as you require.

Hope it helps

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
3
Ağu 25
2785
1
May 25
2749
1
Nis 25
3718
1
Nis 25
4580
1
Nis 25
2028