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
апр. 21
|
11462 | |||
|
1
окт. 19
|
6614 | |||
|
1
мар. 15
|
15915 | |||
|
6
мар. 26
|
48215 | |||
|
2
февр. 16
|
10679 |
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