Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
5656 Представления

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?

Аватар
Отменить

See inheritance in model and views: https://goo.gl/4Zyc9d

Лучший ответ

Hi,

Try with this xpath,

<xpath expr="//sheet" position="inside">
<notebook>
<page string="aaa"></page>
</notebook>
</xpath>

Thanks

Аватар
Отменить
Related Posts Ответы Просмотры Активность
3
апр. 21
8380
1
окт. 19
4608
1
мар. 15
13818
8
янв. 18
43915
2
февр. 16
8837