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
Create an account today to enjoy exclusive features and engage with our awesome community!
Registracija| Related Posts | Replies | Rodiniai | Veikla | |
|---|---|---|---|---|
|
3
bal. 21
|
11532 | |||
|
1
spal. 19
|
6708 | |||
|
1
kov. 15
|
16000 | |||
|
6
kov. 26
|
48330 | |||
|
2
vas. 16
|
10733 |
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