source: sandbox/2.3-MailArchiver/calendar/js/dhtmlx/sources/ext/ext_wp.js @ 6779

Revision 6779, 428 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1scheduler.attachEvent("onLightBox",function(){
2        if (this._cover){
3                try{
4                        this._cover.style.height = this.expanded ? "100%" : ((document.body.parentNode||document.body).scrollHeight+"px");
5                } catch(e) {};
6        }
7});
8
9scheduler.form_blocks.select.set_value=function(node,value,ev){
10        if (typeof value == "undefined" || value === "")
11                value = (node.firstChild.options[0]||{}).value;
12        node.firstChild.value=value||"";
13};
Note: See TracBrowser for help on using the repository browser.