added plugin config api

This commit is contained in:
Sebastian Sdorra
2010-09-17 15:13:53 +02:00
parent ff5e3e4023
commit 08442924f4
5 changed files with 97 additions and 16 deletions

View File

@@ -5,8 +5,13 @@
var debug = true;
var state = null;
// functions called after login
var authCallbacks = [];
// config form panels
var repositoryConfigPanels = [];
var repositoryTypeStore = new Ext.data.JsonStore({
id: 1,
fields: [ 'displayName', 'name' ]
@@ -23,4 +28,4 @@ function loadState(s){
callback(state);
}
});
}
}