Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
980 Vues

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
Ignorer
Meilleure réponse

Hi LABTREE LTD, you can use this way:

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

Thank you. Lifesaver :)

Publications associées Réponses Vues Activité
1
nov. 23
2357
3
févr. 25
57790
0
sept. 21
214
0
mars 25
1314
2
janv. 25
2161