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

I want to add a page to a model that originally doesn´t have a notebook

I´ve tried using:

<xpath expr="/form/sheet/" position="inside">
<xpath expr="/form/sheet/" position="append">

But neither of them worked, how should it be done?

아바타
취소

See inheritance in model and views: https://goo.gl/4Zyc9d

베스트 답변

Hi,

Try with this xpath,

<xpath expr="//sheet" position="inside">
<notebook>
<page string="aaa"></page>
</notebook>
</xpath>

Thanks

아바타
취소
관련 게시물 답글 화면 활동
3
4월 21
8407
1
10월 19
4634
1
3월 15
13833
8
1월 18
43984
2
2월 16
8852