Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
5444 Vues

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
Ignorer

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

Meilleure réponse

Hi,

Try with this xpath,

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

Thanks

Avatar
Ignorer
Publications associées Réponses Vues Activité
3
avr. 21
8126
1
oct. 19
4416
1
mars 15
13612
8
janv. 18
43585
2
févr. 16
8685