MobileVerticalRenderer.js
1.71 KB
//>>built
require({cache:{"url:dojox/calendar/templates/MobileVerticalRenderer.html":'\x3cdiv class\x3d"dojoxCalendarEvent dojoxCalendarVertical"\x3e\r\n\t\x3cdiv class\x3d"bg"\x3e\x3c/div\x3e\t\r\n\t\x3cdiv data-dojo-attach-point\x3d"resizeStartHandle" class\x3d"resizeStartHandle resizeHandle"\x3e\x3cdiv\x3e\x3c/div\x3e\x3c/div\x3e\r\n\t\x3cdl style\x3d"width:100%;"\x3e\t\t\t\t\r\n\t\t\x3cdd data-dojo-attach-point\x3d"beforeIcon" class\x3d"beforeIcon"\x3e\u25b2\x3c/dd\x3e\r\n\t\t\x3cdd data-dojo-attach-point\x3d"startTimeLabel" class\x3d"startTime"\x3e\x3c/dd\x3e\r\n\t\t\x3cdd data-dojo-attach-point\x3d"summaryLabel" class\x3d"summary"\x3e\x3c/dd\x3e\r\n\t\x3c/dl\x3e\r\n\t\x3cspan data-dojo-attach-point\x3d"afterIcon" class\x3d"afterIcon"\x3e\u25bc\x3c/span\x3e\t\r\n\t\x3cdiv data-dojo-attach-point\x3d"resizeEndHandle" class\x3d"resizeEndHandle resizeHandle"\x3e\x3cdiv\x3e\x3c/div\x3e\x3c/div\x3e\r\n\t\x3cspan data-dojo-attach-point\x3d"endTimeLabel" class\x3d"endTime"\x3e\x3c/span\x3e\r\n\x3c/div\x3e\r\n'}});
define(["dojo/_base/declare","dijit/_WidgetBase","dijit/_TemplatedMixin","./_RendererMixin","dojo/text!./templates/MobileVerticalRenderer.html"],function(b,c,d,e,f){return b("dojox.calendar.MobileVerticalRenderer",[c,d,e],{templateString:f,mobile:!0,visibilityLimits:{resizeStartHandle:75,resizeEndHandle:-1,summaryLabel:55,startTimeLabel:75,endTimeLabel:20},postCreate:function(){this.inherited(arguments);this._applyAttributes()},_isElementVisible:function(b,c,d,e){var a;switch(b){case "startTimeLabel":a=
this.item.startTime;if(this.item.allDay||this.owner.isStartOfDay(a))return!1;break;case "endTimeLabel":if(a=this.item.endTime,this.item.allDay||this.owner.isStartOfDay(a))return!1}return this.inherited(arguments)}})});