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
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|
3
4月 21
|
11469 | |||
|
1
10月 19
|
6632 | |||
|
1
3月 15
|
15922 | |||
|
6
3月 26
|
48226 | |||
|
2
2月 16
|
10682 |
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