Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
5622 Visualizações

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
Cancelar

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

Melhor resposta

Hi,

Try with this xpath,

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

Thanks

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
3
abr. 21
8362
1
out. 19
4595
1
mar. 15
13804
8
jan. 18
43892
2
fev. 16
8818