Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
5723 Tampilan

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?

Avatar
Buang

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

Jawaban Terbai

Hi,

Try with this xpath,

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

Thanks

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
3
Apr 21
8497
1
Okt 19
4674
1
Mar 15
13909
8
Jan 18
44080
2
Feb 16
8887