Started with Report Tables (ExtJs)

This commit is contained in:
safan
2010-12-30 09:38:25 +00:00
parent b36c575db7
commit 84c77ee443
4 changed files with 334 additions and 1 deletions

View File

@@ -152,7 +152,13 @@ Ext.onReady ( function() {
handler : function() {
processObj.addOutputDoc();
}
},{text: 'Trigger'},{text: 'Report Table'},
},{text: 'Trigger'},
{
text: 'Report Table',
handler : function() {
processObj.addReportTable();
}
},
{
text: 'Database Connection',handler : function() {
processObj.dbConnection();