odoo/addons/base_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_wp.js

13 lines
428 B
JavaScript

scheduler.attachEvent("onLightBox",function(){
if (this._cover){
try{
this._cover.style.height = this.expanded ? "100%" : ((document.body.parentNode||document.body).scrollHeight+"px");
} catch(e) {};
}
});
scheduler.form_blocks.select.set_value=function(node,value,ev){
if (typeof value == "undefined" || value === "")
value = (node.firstChild.options[0]||{}).value;
node.firstChild.value=value||"";
};