Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
4929 Prikazi

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
Opusti

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

Best Answer

Hi,

Try with this xpath,

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

Thanks

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
3
apr. 21
7471
1
okt. 19
4085
1
mar. 15
13127
8
jan. 18
42892
2
feb. 16
8405