BUG 7537 Issue in v 2.0.32 rc5
This option was added.
This commit is contained in:
@@ -371,6 +371,14 @@ var openSummaryWindow = function(applicationUID, delegation) {
|
|||||||
summaryWindow.close();
|
summaryWindow.close();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
buttons : [
|
||||||
|
{
|
||||||
|
text : _('ID_CANCEL'),
|
||||||
|
handler : function(){
|
||||||
|
summaryWindow.close();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
listeners: {
|
listeners: {
|
||||||
show: function() {
|
show: function() {
|
||||||
this.loadMask = new Ext.LoadMask(this.body, {
|
this.loadMask = new Ext.LoadMask(this.body, {
|
||||||
|
|||||||
Reference in New Issue
Block a user