working in dashboards

This commit is contained in:
Fernando Ontiveros
2011-10-31 16:43:29 -04:00
parent c35d4aba46
commit 32bc0379a3
3 changed files with 9 additions and 8 deletions

View File

@@ -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 );