Skip to Content
मेन्यू
This question has been flagged
2 Replies
5663 Views

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
Discard

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
Discard
Related Posts Replies Views Activity
3
अप्रैल 21
8388
1
अक्तू॰ 19
4618
1
मार्च 15
13826
8
जन॰ 18
43926
2
फ़र॰ 16
8844