Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
en:modifications:relatedlists-in-new-window [2015/03/12 14:08]
swarnat created
en:modifications:relatedlists-in-new-window [2015/03/12 14:09]
swarnat
Line 6: Line 6:
  
 ==== File: layouts/​vlayout/​modules/​Vtiger/​resources/​Detail.js ==== ==== File: layouts/​vlayout/​modules/​Vtiger/​resources/​Detail.js ====
 +
 +**Search: [~Line 1563] **
 +(ONLY the one in the function registerEventForRelatedTabClick !)
 +
 +<code js>
 +var element = jQuery('<​div></​div>'​);​
 +element.progressIndicator({
 +    '​position':'​html',​
 +    '​blockInfo'​ : {
 +         '​enabled'​ : true,
 + '​elementToBlock'​ : detailContainer
 +    }
 +});
 +</​code>​
 +
 +**Remove this lines**
 +**(ONLY the one in the function registerEventForRelatedTabClick !)**
  
 **Search:** **Search:**
Line 32: Line 49:
 </​code>​ </​code>​
  
-**Search: (the one in the function registerEventForRelatedTabClick)** 
-<code js> 
-var element = jQuery('<​div></​div>'​);​ 
-element.progressIndicator({ 
-    '​position':'​html',​ 
-    '​blockInfo'​ : { 
-         '​enabled'​ : true, 
- '​elementToBlock'​ : detailContainer 
-    } 
-}); 
-</​code>​ 
  
-**Remove this lines**