Roo.util.Grid
Roo.grid.Calendar 

		   

Class Roo.grid.Calendar

Package:Roo.grid
Defined In: Roo/grid/Calendar.js.
Class:Calendar
Extends: Roo.util.Grid
This class extends the Grid to provide a calendar widget


Usage:

var grid = new Roo.grid.Calendar("my-container-id", {
ds: myDataStore,
cm: myColModel,
selModel: mySelectionModel,
autoSizeColumns: true,
monitorWindowResize: false,
trackMouseOver: true
eventstore : real data store..
});
// set any options
grid.render();
Class Comments / Notes => [Add Your comment/notes about this class]
Config Options (Usually are also Properties)
Options Defined By
Public Properties - Has None
Public Methods
Method Defined By
Events
Event Defined By
Documentation generated by Introspection Doc Generator on Fri Jul 13 2018 14:10:54 GMT+0800 (HKT) Based on JsDoc Toolkit