a:9:{s:9:"#provides";s:23:"dojox.widget.CalendarFx";s:9:"#resource";s:20:"widget/CalendarFx.js";s:9:"#requires";a:1:{i:0;a:2:{i:0;s:6:"common";i:1;s:24:"dojox.widget.FisheyeLite";}}s:23:"dojox.widget._FisheyeFX";a:3:{s:4:"type";s:8:"Function";s:9:"classlike";b:1;s:7:"summary";s:0:"";}s:29:"dojox.widget._FisheyeFX.addFx";a:5:{s:9:"prototype";s:23:"dojox.widget._FisheyeFX";s:4:"type";s:8:"Function";s:10:"parameters";a:2:{s:5:"query";a:1:{s:4:"type";s:0:"";}s:8:"fromNode";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:503:"dojo.provide("dojox.widget.CalendarFx"); dojo.require("dojox.widget.FisheyeLite"); dojo.declare("dojox.widget._FisheyeFX",null, { // summary // A mixin to add a FisheyeLite effect to the calendar addFx: function(query, fromNode) { //Use the query and base node passed from the calendar view mixin //to select the nodes to attach the event to. dojo.query(query, fromNode).forEach(function(node){ new dojox.widget.FisheyeLite({ properties: { fontSize: 1.1 } }, node); });";s:7:"summary";s:0:"";}s:28:"dojox.widget.CalendarFisheye";a:5:{s:4:"type";s:8:"Function";s:6:"chains";a:2:{s:9:"prototype";a:1:{i:0;s:21:"dojox.widget.Calendar";}s:4:"call";a:2:{i:0;s:21:"dojox.widget.Calendar";i:1;s:23:"dojox.widget._FisheyeFX";}}s:6:"mixins";a:1:{s:9:"prototype";a:1:{i:0;s:33:"dojox.widget._FisheyeFX.prototype";}}s:7:"summary";s:95:"The standard Calendar. It includes day, month and year views. FisheyeLite effects are included.";s:9:"classlike";b:1;}s:23:"dojox.widget.CalendarFx";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:12:"dojox.widget";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:5:"dojox";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}}