made changes in dynaform code functions.
This commit is contained in:
@@ -172,7 +172,10 @@ Ext.onReady ( function() {
|
|||||||
processObj.addInputDoc();
|
processObj.addInputDoc();
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
text: 'Output Document'
|
text: 'Output Document',
|
||||||
|
handler : function() {
|
||||||
|
processObj.addOutputDoc();
|
||||||
|
}
|
||||||
},{text: 'Trigger'},{text: 'Report Table'},{text: 'Database Connection'},{text: 'Cases Scheduler'}]
|
},{text: 'Trigger'},{text: 'Report Table'},{text: 'Database Connection'},{text: 'Cases Scheduler'}]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user