Skip to Content
Menu
This question has been flagged
2 Replies
5473 Rodiniai

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?

Portretas
Atmesti

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

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
3
bal. 21
8149
1
spal. 19
4451
1
kov. 15
13644
8
saus. 18
43631
2
vas. 16
8696