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?
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?
Hi,
Try with this xpath,
<xpath expr="//sheet" position="inside">
<notebook>
<page string="aaa"></page>
</notebook>
</xpath>
Thanks
Skapa ett konto idag för att ta del av exklusiva funktioner och engagera dig i vår fantastiska community!
Registrera dig| Relaterade inlägg | Svar | Vyer | Verksamhet | |
|---|---|---|---|---|
|
3
apr. 21
|
11473 | |||
|
1
okt. 19
|
6644 | |||
|
1
mars 15
|
15928 | |||
|
6
mars 26
|
48232 | |||
|
2
feb. 16
|
10688 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
See inheritance in model and views: https://goo.gl/4Zyc9d