跳至内容
菜单
此问题已终结
2 回复
5543 查看

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

形象
丢弃
相关帖文 回复 查看 活动
3
4月 21
8253
1
10月 19
4516
1
3月 15
13725
8
1月 18
43752
2
2月 16
8765