|
<code>
var dlgObj = new ej.popups.Dialog({
header: 'nameFamilleLien',
content: '<div id="gridLienMultiple"></div>',
showCloseIcon: true,
target: document.getElementById('partial'),
width: '80%',
height: 'auto',
position: { X: 50, Y: 100 },
allowDragging: true,
close: function () {
dialogObj.destroy();
$("#destinationModalLink" + tableOrFamillyId).remove();
}
});
dlgObj.appendTo('#dialog');
</code> |