made changes in dynaform code functions.

This commit is contained in:
safan
2010-12-10 06:58:47 +00:00
parent ecc44fa530
commit a136e141ac

View File

@@ -172,7 +172,10 @@ Ext.onReady ( function() {
processObj.addInputDoc();
}
},{
text: 'Output Document'
text: 'Output Document',
handler : function() {
processObj.addOutputDoc();
}
},{text: 'Trigger'},{text: 'Report Table'},{text: 'Database Connection'},{text: 'Cases Scheduler'}]
})