Files
crm.e5.pl/modules/EcmServices/CreateItem.js

9 lines
455 B
JavaScript
Raw Permalink Normal View History

2024-04-27 09:23:34 +02:00
// JavaScript Document
/*
function komunikat() {
var cos = new YAHOO.widget.Dialog("CreateItemDialog",{width:"450px",height:"520px",fixedcenter:true,draggable:false,visible:false,effect:[{effect:YAHOO.widget.ContainerEffect.SLIDETOP,duration:0.5},{effect:YAHOO.widget.ContainerEffect.FADE,duration:0.5}],modal:true,close:false});
document.getElementById('CreateItemDialog').style.display=''
}
YAHOO.util.Event.addListener(window, "load", komunikat);
*/