source: branches/2.2.0.1/calendar/js/dhtmlx/sources/ext/ext_wp.js @ 4001

Revision 4001, 428 bytes checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1615 - Componente novo para agenda......................................

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.