X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/examples/tasks/tasks.js diff --git a/examples/tasks/tasks.js b/examples/tasks/tasks.js index 715ba5e9..20bb9ce2 100644 --- a/examples/tasks/tasks.js +++ b/examples/tasks/tasks.js @@ -1,11 +1,9 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - +/*! + * Ext JS Library 3.1.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ Ext.onReady(function(){ Ext.QuickTips.init(); @@ -70,7 +68,7 @@ Ext.onReady(function(){ var selections = new Ext.grid.RowSelectionModel(); - // The main grid in all it's configuration option glory + // The main grid in all its configuration option glory var grid = new xg.EditorGridPanel({ id:'tasks-grid', store: taskStore, @@ -177,6 +175,7 @@ Ext.onReady(function(){ split:true, collapsible: true, collapseMode: 'mini', + header: false, width:200, minWidth: 150, border: false,