Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
988 Vistas

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
Descartar
Mejor respuesta

Hi LABTREE LTD, you can use this way:

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

Thank you. Lifesaver :)

Publicaciones relacionadas Respuestas Vistas Actividad
1
nov 23
2366
3
feb 25
57796
0
sept 21
214
0
mar 25
1317
2
ene 25
2163