Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:31:40 +0000 (13:31 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:31:40 +0000 (13:31 +0800)
Roo/bootstrap/Calendar.js

index 3520cf2..ae793b0 100644 (file)
@@ -39,7 +39,11 @@ Roo.bootstrap.Calendar = function(config){
 
 Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
     
-     
+     /**
+     * @cfg {Number} startDay
+     * Day index at which the week should begin, 0-based (defaults to 0, which is Sunday)
+     */
+    startDay : 0,
       
     getAutoCreate : function(){