Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
1011 Visninger

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
Kassér
Bedste svar

Hi LABTREE LTD, you can use this way:

<xpath expr="//div[hasclass('o_header_hide_on_scroll')]" position="replace">
=> Replace view structure <=
</xpath>
Avatar
Kassér
Forfatter

Thank you. Lifesaver :)

Related Posts Besvarelser Visninger Aktivitet
1
nov. 23
2397
3
feb. 25
57834
0
sep. 21
214
0
mar. 25
1342
2
jan. 25
2214