added input document handler function

This commit is contained in:
ankit
2010-12-09 05:56:56 +00:00
parent 9a9626e537
commit a71c3fe846

View File

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