Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
889 Visualizações

I want to replace a div class that is in an extension view for the header. If I create another ext view and inherit the first ext view, what code would make this work

Original ext view has <div class="o_header_hide_on_scroll">

<xpath> ??? </xpath>
Avatar
Cancelar
Melhor resposta

Hi LABTREE LTD, you can use this way:

<xpath expr="//div[hasclass('o_header_hide_on_scroll')]" position="replace">
=> Replace view structure <=
</xpath>
Avatar
Cancelar
Autor

Thank you. Lifesaver :)

Publicações relacionadas Respostas Visualizações Atividade
1
nov. 23
2227
3
fev. 25
57685
0
set. 21
214
0
mar. 25
1231
2
jan. 25
2070