improve plugin config api

This commit is contained in:
Sebastian Sdorra
2010-09-17 15:31:19 +02:00
parent 08442924f4
commit 797b6b281a
5 changed files with 83 additions and 51 deletions

View File

@@ -12,6 +12,10 @@ var authCallbacks = [];
// config form panels
var repositoryConfigPanels = [];
function registerConfigPanel(panel){
repositoryConfigPanels.push( panel );
}
var repositoryTypeStore = new Ext.data.JsonStore({
id: 1,
fields: [ 'displayName', 'name' ]