Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
871 Visualizzazioni

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
Abbandona
Risposta migliore

Hi LABTREE LTD, you can use this way:

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

Thank you. Lifesaver :)

Post correlati Risposte Visualizzazioni Attività
1
nov 23
2200
3
feb 25
57652
0
set 21
214
0
mar 25
1193
2
gen 25
2039