コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
5638 ビュー

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
8367
1
10月 19
4596
1
3月 15
13808
8
1月 18
43900
2
2月 16
8820