Was fixing issues with assigning system variables in ExtJS

This commit is contained in:
safan
2011-01-18 11:11:33 +00:00
parent f093b518d3
commit 1291ce83a4
2 changed files with 5 additions and 13 deletions

View File

@@ -2389,13 +2389,8 @@ var formWindow = new Ext.Window({
});
}
//var getData = getstore.data.items;
//taskExtObj.saveTaskUsers(getData);
formWindow.close();
reportStore.reload();
// reportStore.reload();
}
},{

View File

@@ -187,15 +187,10 @@ TaskContext.prototype.editTaskSteps = function(_3252){
layout : 'form',
tbar: toolbar,
ddGroup : 'firstGridDDGroup',
clicksToEdit: 1,
minHeight :400,
height :400,
//plugins : [editor],
plugins: [editor],
columns : [{
id: 'STEP_TITLE',
header: 'Title',
@@ -1640,7 +1635,9 @@ TaskContext.prototype.stepTriggers = function(_5625)
}
}
});
var btnCondition = new Ext.Button({
var btnCondition = new Ext.Button({
id: 'btnCondition',
text: 'Assign Condition',
handler: function (s) {