コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
983 ビュー

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>
アバター
破棄
最善の回答

Hi LABTREE LTD, you can use this way:

<xpath expr="//div[hasclass('o_header_hide_on_scroll')]" position="replace">
=> Replace view structure <=
</xpath>
アバター
破棄
著作者

Thank you. Lifesaver :)

関連投稿 返信 ビュー 活動
1
11月 23
2363
3
2月 25
57791
0
9月 21
214
0
3月 25
1316
2
1月 25
2162