Indice (TOC)
Nessuna testata
var fields = [
{ type:'html_text', label: 'Titolo1: ', field: 'testo1' },
{ type:'html_link', label: 'Link1: ', field: 'link1' },
{ type:'html_text', label: 'Titolo2: ', field: 'testo2' },
{ type:'html_link', label: 'Link2: ', field: 'link2' },
{ type:'html_text', label: 'Titolo3: ', field: 'testo3' },
{ type:'html_link', label: 'Link3: ', field: 'link3' },
{ type:'html_text', label: 'Titolo4: ', field: 'testo4'},
{ type:'html_link', label: 'Link4: ', field: 'link4' }
];
<div id="DivFormContainer" class="DivFormContainer-right">
XsysPrEdit{fields: fields, prname:'home_centro', isconservative:false };
</div>