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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user