Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
5643 Visninger

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
Kassér

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

Bedste svar

Hi,

Try with this xpath,

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

Thanks

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
3
apr. 21
8373
1
okt. 19
4601
1
mar. 15
13813
8
jan. 18
43908
2
feb. 16
8829