İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
5426 Görünümler

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
Vazgeç

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

En İyi Yanıt

Hi,

Try with this xpath,

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

Thanks

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
3
Nis 21
8111
1
Eki 19
4407
1
Mar 15
13603
8
Oca 18
43575
2
Şub 16
8682