Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
6010 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
8933
1
ott 19
4932
1
mar 15
14198
8
gen 18
44722
2
feb 16
9113