working in dashboards
This commit is contained in:
@@ -76,7 +76,7 @@ Ext.onReady(function(){
|
||||
},
|
||||
'resize' : function(p,w,h){
|
||||
var randomnumber=Math.floor(Math.random()*1000000)
|
||||
var img = new Ext.XTemplate("<img src='{page}?w={width}&r={random}&id={id}'>").apply({
|
||||
var img = new Ext.XTemplate("<img src='{page}?w={width}&r={random}&DAS_INS_UID={id}'>").apply({
|
||||
page: 'dashboard/renderDashletInstance', width:w, random: randomnumber, id:'123456ABCDEF' })
|
||||
|
||||
p.update(img );
|
||||
|
||||
Reference in New Issue
Block a user