Skip to Content
Menu
This question has been flagged
2 Replies
5449 Zobrazenia

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
Zrušiť

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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
3
apr 21
8130
1
okt 19
4419
1
mar 15
13617
8
jan 18
43591
2
feb 16
8687