Worked on Zooming feature,when its zoom at 200% and user drags n drops new shapes it shud be at 200%

This commit is contained in:
girish
2011-01-22 12:58:30 +00:00
parent 0248e8121d
commit 324ba86ca1
39 changed files with 239 additions and 49 deletions

View File

@@ -324,7 +324,7 @@ ProcessMapContext.prototype.processPermission= function()
{ name: 'OP_CASE_STATUS',type: 'string'}
]);
var PermissionStore = new Ext.data.JsonStore({
var PermissionStore = new Ext.data.JsonStore({
root : 'data',
totalProperty: 'totalCount',
idProperty : 'gridIndex',
@@ -2111,7 +2111,8 @@ ProcessMapContext.prototype.ExtVariables = function()
getObjectGridRow.colModel.config[3].editor.setValue(rowLabel);
//Assigning / updating Condition for a row
else
getObjectGridRow[0].set(FieldSelected,rowLabel);
getObjectGridRow[0].set(FieldSelected,rowLabel);
if(FieldSelected=='CTO_CONDITION')
{
Ext.Ajax.request({
@@ -2347,4 +2348,4 @@ ProcessMapContext.prototype.ExtVariables = function()
items: [varForm]
});
window.show();
}
}