Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 05:22:18 +0000 (13:22 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 05:22:18 +0000 (13:22 +0800)
Roo/bootstrap/Calendar.js

index 36afb89..e82ac32 100644 (file)
@@ -65,6 +65,11 @@ Roo.bootstrap.Calendar = function(config){
 
 Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
     
+         /**
+     * @cfg {Roo.data.Store} store
+     * The data source for the calendar
+     */
+       store : false,
      /**
      * @cfg {Number} startDay
      * Day index at which the week should begin, 0-based (defaults to 0, which is Sunday)