added authentication demo

This commit is contained in:
Sebastian Sdorra
2010-09-05 13:54:49 +02:00
parent d8548089f6
commit 36b7260f6b
6 changed files with 334 additions and 21 deletions

View File

@@ -109,7 +109,7 @@ var groupStore = new Ext.data.JsonStore({
}
});
groupStore.load();
//groupStore.load();
Sonia.GroupGrid = Ext.extend(Ext.grid.GridPanel, {
initComponent: function(){
@@ -127,6 +127,8 @@ Sonia.GroupGrid = Ext.extend(Ext.grid.GridPanel, {
}
};
groupStore.load();
Ext.apply(this, Ext.apply(this.initialConfig, config));
Sonia.GroupGrid.superclass.initComponent.apply(this, arguments);
}