Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
3305 Tampilan

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
Buang
Jawaban Terbai

Hi,

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

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


Thanks

Avatar
Buang
Jawaban Terbai

Hi,

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

Hope it helps

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
5
Sep 25
22129
3
Agu 25
3231
1
Mei 25
3093
1
Apr 25
4060
1
Apr 25
4925