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>
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
|
4556 | |||
|
3
3月 26
|
60618 | |||
|
0
9月 21
|
214 | |||
|
0
3月 26
|
10 | |||
|
0
12月 25
|
3 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.