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>
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>
Hi LABTREE LTD, you can use this way:
<xpath expr="//div[hasclass('o_header_hide_on_scroll')]" position="replace">
=> Replace view structure <=
</xpath>Thank you. Lifesaver :)
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
1
nov 23
|
4556 | |||
|
3
mar 26
|
60622 | |||
|
0
sept 21
|
214 | |||
|
0
mar 26
|
10 | |||
|
0
dic 25
|
3 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.