Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
868 Ansichten

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
Verwerfen
Beste Antwort

Hi LABTREE LTD, you can use this way:

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

Thank you. Lifesaver :)

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Nov. 23
2198
3
Feb. 25
57648
0
Sept. 21
214
0
März 25
1193
2
Jan. 25
2033