Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
5432 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
8118
1
okt. 19
4408
1
mar. 15
13603
8
jan. 18
43578
2
feb. 16
8682