X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-calendar-debug.js;h=2854206bacd5a1b8d8370706093a94acd3d55cd5;hp=89c46f461681ad0753aa65170ead2431162b785a;hb=6387d7ef9465bff1ef6353e264016e71df096e83;hpb=5ba88dd4a3a3098a79287438e6aebe26b076010d diff --git a/roojs-calendar-debug.js b/roojs-calendar-debug.js index 89c46f4616..2854206bac 100644 --- a/roojs-calendar-debug.js +++ b/roojs-calendar-debug.js @@ -9,6 +9,8 @@ Roo.bootstrap = Roo.bootstrap || {}; /** * @class Roo.bootstrap.Component * @extends Roo.Component + * @abstract + * @children Roo.bootstrap.Component * Bootstrap Component base class * @cfg {String} cls css class * @cfg {String} style any extra css @@ -493,6 +495,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)