Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
3113 Представления

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


Аватар
Отменить
Лучший ответ

Hi,

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

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


Thanks

Аватар
Отменить
Лучший ответ

Hi,

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

Hope it helps

Аватар
Отменить
Related Posts Ответы Просмотры Активность
3
авг. 25
2536
1
мая 25
2596
1
апр. 25
3559
1
апр. 25
4413
1
апр. 25
1873