Ignore:
Timestamp:
05/31/11 17:20:18 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1946 - Itens ausentes na agenda - preferencia da agenda

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/calendar/js/dhtmlx/codebase/dhtmlxscheduler_debug.js

    r4529 r4557  
    31733173        if (cse) cs=cs+" "+cse; 
    31743174//alert(h); 
     3175//alert(title_view); 
     3176        var evDescription = contentB; 
     3177 
    31753178        var html = ''; 
    31763179        if(h == 41) 
     
    31863189        else 
    31873190        { 
     3191            //hide/show event description according to the preference title_view 
     3192            if(ev.title_view == 1) 
     3193            { 
     3194                evDescription = ''; 
     3195            } 
     3196             
    31883197            html='<div event_id="'+id+'" class="'+cs+'" ondblclick="javascript:callViewEvent(\''+id+'\');" title="'+contentB+'" style="position:absolute; top:'+y+'px; left:'+x+'px; width:'+(w-4)+'px; height:'+h+'px;'+(style||"")+'">'; 
    31893198            //var html='<div event_id="'+id+'" class="'+cs+'" ondblclick="javascript:callViewEvent(\''+id+'\');" title="'+contentB+'" style="position:absolute; top:'+y+'px; left:'+x+'px; width:'+(w-4)+'px; height:'+(h-(this._quirks?15:25))+'px;">'; 
     
    31913200            html+='<div class="dhx_title">'+contentA+'</div>'; 
    31923201            //html+='<div class="dhx_title" style="height:'+(h-(this._quirks?15:25))+'px;">'+contentA+'</div>'; 
    3193             html+='<div class="dhx_body" style=" width:'+(w-(this._quirks?4:14))+'px; height:'+(h-(this._quirks?20:30))+'px;">'+contentB+'</div>'; 
     3202            html+='<div class="dhx_body" style=" width:'+(w-(this._quirks?4:14))+'px; height:'+(h-(this._quirks?20:30))+'px;">'+evDescription+'</div>'; 
    31943203            html+='<div class="dhx_footer" style=" width:'+(w-8)+'px;'+(bottom?' margin-top:-1px;':'')+'" ></div></div>'; 
    31953204        } 
Note: See TracChangeset for help on using the changeset viewer.