摘要: Writing custom cell editorsPage HistoryBasic interfacefunction IEditor(args) { // initialize the UI /*********** REQUIRED METHODS ***********/ this.destroy = function() { // remove all data, events & dom elements created in the constructor }; this.focus = function() { //... 阅读全文
posted @ 2012-05-10 00:05 水之原 阅读(259) 评论(0) 推荐(0) 编辑
摘要: Providing data to the gridPage HistoryOverviewThe data is passed to the grid via the constructor and can also be accessed using thesetData(data)andgetData()methods. Data itself can be either an array-like object with alengthproperty and an indexer (data[index]) or a custom data provider implementing 阅读全文
posted @ 2012-05-10 00:02 水之原 阅读(244) 评论(0) 推荐(0) 编辑