Worked on Case TRacker part in ProcessMap Context option

This commit is contained in:
safan
2010-12-24 13:13:34 +00:00
parent e97738dafd
commit dd2fe8002f
2 changed files with 266 additions and 5 deletions

View File

@@ -245,8 +245,22 @@ Ext.onReady ( function() {
}
},{
text: 'Case Tracker',
handler: ProcessMapObj.caseTracker,
scope: this
menu: { // <-- submenu by nested config object
items: [
// stick any markup in a menu
{
text: 'Properties',
handler: ProcessMapObj.caseTrackerProperties,
scope:this
},
{
text: 'Objects',
handler: ProcessMapObj.caseTrackerObjects,
scope:this
}
]
}
}, {
text: 'Process File Manager',
menu: { // <-- submenu by nested config object