X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/docs/source/WeekView.html diff --git a/examples/docs/source/WeekView.html b/examples/docs/source/WeekView.html deleted file mode 100644 index 01163019..00000000 --- a/examples/docs/source/WeekView.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - The source code - - - - -
/*!
- * Ext JS Library 3.3.1
- * Copyright(c) 2006-2010 Sencha Inc.
- * licensing@sencha.com
- * http://www.sencha.com/license
- */
-
/** - * @class Ext.calendar.WeekView - * @extends Ext.calendar.DayView - *

Displays a calendar view by week. This class does not usually need ot be used directly as you can - * use a {@link Ext.calendar.CalendarPanel CalendarPanel} to manage multiple calendar views at once including - * the week view.

- * @constructor - * @param {Object} config The config object - */ -Ext.calendar.WeekView = Ext.extend(Ext.calendar.DayView, { -
/** - * @cfg {Number} dayCount - * The number of days to display in the view (defaults to 7) - */ - dayCount: 7 -}); - -Ext.reg('weekview', Ext.calendar.WeekView);
- - \ No newline at end of file