Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
5429 Zobrazení

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?

Avatar
Zrušit

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

Nejlepší odpověď

Hi,

Try with this xpath,

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

Thanks

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
dub 21
8113
1
říj 19
4407
1
bře 15
13603
8
led 18
43575
2
úno 16
8682