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(); formWindow.close();
reportStore.reload(); // reportStore.reload();
} }
},{ },{

View File

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