Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
5460 Visualizzazioni

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
Abbandona

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

Risposta migliore

Hi,

Try with this xpath,

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

Thanks

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
3
apr 21
8134
1
ott 19
4429
1
mar 15
13630
8
gen 18
43602
2
feb 16
8687