콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
1031 화면

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
2444
3
2월 25
57873
0
9월 21
214
0
3월 25
1386
2
1월 25
2274