Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
965 Widoki

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>
Awatar
Odrzuć
Najlepsza odpowiedź

Hi LABTREE LTD, you can use this way:

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

Thank you. Lifesaver :)

Powiązane posty Odpowiedzi Widoki Czynność
1
lis 23
2352
3
lut 25
57788
0
wrz 21
214
0
mar 25
1312
2
sty 25
2160